[PATCH] D141074: [X86] Avoid converting 64-bit integers to floating point using x87 on Windows
icedrocket via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 10 15:20:27 PST 2023
icedrocket added a comment.
The current revision uses library calls when both x87 and SSE2 are enabled. Would it be better to use library calls even if only x87 is enabled?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141074/new/
https://reviews.llvm.org/D141074
More information about the llvm-commits
mailing list