[PATCH] D141074: Avoid converting 64-bit integers to floating point using x87 on Windows

icedrocket via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 12:39:11 PST 2023


icedrocket added a comment.

In D141074#4029537 <https://reviews.llvm.org/D141074#4029537>, @lebedev.ri wrote:

>> only on Windows 32-bit
>
> Is the `default precision control` different for 64-bit?

I tested it on my machine and the precision control is the same on Windows 64 bit.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141074/new/

https://reviews.llvm.org/D141074



More information about the llvm-commits mailing list