-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mono][jit] Transition the x86 backend to use SSE for fp arithmetic. (#…
…65723) * [mono][jit] Transition the x86 backend to use SSE for fp arithmetic. * Add SSE2 and FCMOV to the cpu requirements for mono on x86. * Also force the usage of r4fp on x86, the same as on arm. * Most of the code is copied from amd64-codegen.h and mini-amd64.c. * Reenable some tests. * Fix build failures. * Remove r4fp conditionals. * Add missing RCONV_TO_I opcode. * Fix OP_MOVE_F_TO_I4 and OP_MOVE_I4_TO_F. * Remove fpstack support code. * Fix warnings. * Add back MONO_ARCH_FLOAT32_SUPPORTED on x86. * Fix dreg type for r4_conv_to_i1 etc. opcodes.
- Loading branch information
Showing
21 changed files
with
1,071 additions
and
891 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.