-
Notifications
You must be signed in to change notification settings - Fork 433
AVX 10.2 and APX support #592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
stefanatwork
wants to merge
28
commits into
master
Choose a base branch
from
sw/avx10
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
8df7fb0
WIP: AVX10.1
stefanatwork 4c01b7a
Added AVX10.1 flags for gcc and clang
stefanatwork 75d34b1
Added CPU ID feature detection of AVX 10.x and APX
stefanatwork 5ce6720
More changes to ISA detection and selection to include new instructio…
stefanatwork 3d2278f
More updates for AVX10/APX support
stefanatwork d117ca7
Added display names for new CPUs
stefanatwork 6f646dc
Corrected CPU feature detection
stefanatwork a760f20
Fixed clang APX compile flags
stefanatwork badd856
remoted duplicate macros in isa.h
stefanatwork aea9b43
Updated ISA macros and BVH build selections to AVX10.x and APX isas
stefanatwork dc4421b
Merge branch 'master' into sw/avx10
stefanatwork 8638fda
Consolidating AVX10 and APX into one ISA
stefanatwork d2123f0
simd: add AVX10.2 guarded intrinsics in AVX-512 wrappers
stefanatwork e132ff4
simd: fix vuint16 multiply to use mullo_epi32
stefanatwork 76ab1d6
Merge branch 'master' into sw/avx10
stefanatwork 06bd0e1
Fix auto detection of compiler ISA
stefanatwork e2e97cd
Merge branch 'master' into sw/avx10
stefanatwork dad07cc
Revert "simd: add AVX10.2 guarded intrinsics in AVX-512 wrappers"
stefanatwork 515afbd
Revert "simd: fix vuint16 multiply to use mullo_epi32"
stefanatwork 1049cd2
Requiring AVX10.2 and prior to enable APX
stefanatwork d4d29c7
Removed AVX10.1/10.2 from command line parser
stefanatwork bcf9792
Gate AVX10 detection on 512-bit vector support
stefanatwork 3a35c97
Removed reference to unreleased product
stefanatwork 2a50980
Fixed a comment
stefanatwork 6721a6a
Removed superfluous guard macro
stefanatwork d5b7801
Workaround for gcc code creation bug in apx
stefanatwork 15f5a63
Support for APX in MSVC
stefanatwork fc06c0f
Fixed preprocesor macros for AVX10 to work across clang,gcc and MSVC
stefanatwork File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.