search for: decimal128

Displaying 4 results from an estimated 4 matches for "decimal128".

2015 Jan 22
4
[LLVMdev] FYI: IA-32 psABI draft version 0.1
Here is the link: https://groups.google.com/forum/#!topic/ia32-abi/nq6cvH_VVV4 -- H.J.
2015 Jan 22
0
[LLVMdev] FYI: IA-32 psABI draft version 0.1
...such as "single", "double" and "128-bit extended" to describe floating-point formats, and rather than referring to "IEEE-754R", the names from IEEE 754-2008 should be used. That is, binary32, binary64, binary128. (When referring to decimal32, decimal64, decimal128 you still need to specify somewhere that it's BID rather than DPD. And you'll still need to refer to 80-bit extended since that's not an IEEE interchange format.) -- Joseph S. Myers joseph at codesourcery.com
2009 Feb 24
5
[LLVMdev] llvm-gcc (pre-release and svn sources) fails to compile on Solaris10/SPARC
...ystem/Solaris.h -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DLLVM_VERSION_INFO='"2.4"' ../../llvm-gcc-4.2/gcc/dfp.c -o dfp.o In file included from ../../llvm-gcc-4.2/gcc/../libdecnumber/decNumber.h:39, from ../../llvm-gcc-4.2/gcc/../libdecnumber/decimal128.h:59, from ../../llvm-gcc-4.2/gcc/dfp.c:34: ../../llvm-gcc-4.2/gcc/../libdecnumber/decContext.h:52:50: error: gstdint.h: No such file or directory make[3]: *** [dfp.o] Error 1 make[3]: Leaving directory `/local/space2/llvm_toolchain/llvm-gcc-objects/gcc' make[2]: *** [all-stag...
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...db.names.push_back("decimal64"); + db.names.push_back(db.template make<name_type>("decimal64")); first += 2; break; case 'e': - db.names.push_back("decimal128"); + db.names.push_back(db.template make<name_type>("decimal128")); first += 2; break; case 'f': - db.names.push_back("decimal32"); + db.names.p...