-
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.
Adding support for Vector512 bitwise operations: And, AndNot, Or, One…
…sComplement, and Xor (#83354) * Adding support for Vector512 bitwise operations: And, AndNot, Or, OnesComplement, and Xor * Adding AVX512F APIs for And, AndNot, Load, Or, Store, and Xor * Fix the "throw new PlatformNotSupported" expressions for Avx512F * Fixing some test build failures * Ensure the Avx512F and related classes can lightup in import * Ensure that JitStressEvexEncoding is only checked in debug * Allow 64-bit alignment in the test data table types and fix the AVX512 enablement check
- Loading branch information
1 parent
751bdcf
commit 479ccb3
Showing
33 changed files
with
2,663 additions
and
68 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
Oops, something went wrong.