-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change our SIMD strategy a bit; macros and setup
Our strategy towards simd up until now has been write sse2 and let simde with native aliases transform you. This strategy doesn't really work on windows arm64ec since the ec branch has simde emulation and so you can't get neon code output. So set up a bunch of macros etc... and start using them and then slowly move towards turning of native aliases.
- Loading branch information
Showing
22 changed files
with
429 additions
and
251 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
Oops, something went wrong.