-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial support for zmm in .NET (#80960)
* Adding simd64 and zmm types. * Adding other infrastructure to lower/emit code for simd64. * Lowering + workarounds for simd64 constants. * Fix lowering logic for Create(). * Save/restore for zmm * Add ToDo comments for AVX512BW * Separate AVX512F and AVX512BW + Fix disassembly. * Review changes. * Fixing throughput issue. * Additional Review comments. * Setting 'EnableIncompleteISAClass="1"' for relevant CI runs. * Removing 64 bit flags + correcting check. * Apply formatting patch --------- Co-authored-by: Tanner Gooding <tagoo@outlook.com>
- Loading branch information
1 parent
4eca676
commit 6123cb0
Showing
43 changed files
with
1,357 additions
and
498 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
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.