This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20310 from fiigii/nogeneric
Explode generic Intel hardware intrinsic on all the supported types
- Loading branch information
Showing
42 changed files
with
848 additions
and
9,252 deletions.
There are no files selected for viewing
323 changes: 311 additions & 12 deletions
323
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Avx.PlatformNotSupported.cs
Large diffs are not rendered by default.
Oops, something went wrong.
341 changes: 311 additions & 30 deletions
341
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Avx.cs
Large diffs are not rendered by default.
Oops, something went wrong.
134 changes: 111 additions & 23 deletions
134
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Avx2.PlatformNotSupported.cs
Large diffs are not rendered by default.
Oops, something went wrong.
140 changes: 114 additions & 26 deletions
140
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Avx2.cs
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
Oops, something went wrong.