forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: ensure float folding is done using float precision (dotnet/corec…
…lr#20578) Cast float folded values back to float before assigning to the double the jit uses for storing FP literal constants. Fixes dotnet/coreclr#20561. No diffs on Core; exposing the original bug requires building RyuJit with an older x86 C++ compiler that uses x87 floating point. Commit migrated from dotnet/coreclr@1370fb9
- Loading branch information
1 parent
3f4cf37
commit 98b4507
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters