Displaying 1 result from an estimated 1 matches for "dump_float_128".
2016 Dec 12
1
Problem about 128bit floating-point operations in x86 machines
Hello,
I'm making a compiler utilizing LLVM.
Because I want the compiler to support 128bit floating-point operations, I
added the code for 128bit floating-point operations and tested these
operations in i686, x86_64, SPARCv8 and SPARCv9 machines.
Generated codes by LLVM operated normally when using x86_64, SPARCv8 and
SPARCv9 machines, but generated codes in a x86 machine produce wrong