[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 21:04:31 PST 2023
icedrocket added a comment.
> What to do if user changes the default precision? Besides, our down stream offers option to help user to set higher percision.
I'm not sure exactly what the option to set to high precision is, but it would be nice to add an option that allows the compiler to use x87 instructions regardless of low precision, so the user can optimize as needed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141074/new/
https://reviews.llvm.org/D141074
More information about the llvm-commits
mailing list