Use a more efficient lowering of uint64_t --> float that can take advantage of...
Use a more efficient lowering of uint64_t --> float that can take advantage of hardware signed integer conversion without having to do a double cast (uint64_t --> double --> float). This is based on the algorithm from compiler_rt's __floatundisf for X86-64. llvm-svn: 115634
Loading
Please register or sign in to comment