-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to SIMD without NATIVE_ALIASES on (#7834)
* Move to SIMD without NATIVE_ALIASES on using the new macros from basic-blocks * knock out arm64ec pipeline build for a minute
- Loading branch information
Showing
38 changed files
with
965 additions
and
927 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
Submodule sst-basic-blocks
updated
26 files
Submodule sst-effects
updated
22 files
Submodule sst-filters
updated
46 files
Submodule sst-waveshapers
updated
16 files
+32 −5 | .github/workflows/build-pr.yml | |
+13 −1 | CMakeLists.txt | |
+1,259 −22 | cmake/CPM.cmake | |
+1 −22 | include/sst/utilities/globals.h | |
+14 −12 | include/sst/waveshapers/ADAA.h | |
+5 −5 | include/sst/waveshapers/DCBlocker.h | |
+38 −36 | include/sst/waveshapers/Effects.h | |
+2 −2 | include/sst/waveshapers/Fuzzes.h | |
+62 −61 | include/sst/waveshapers/Harmonics.h | |
+4 −3 | include/sst/waveshapers/QuadWaveshaper.h | |
+28 −28 | include/sst/waveshapers/Rectifiers.h | |
+57 −54 | include/sst/waveshapers/Saturators.h | |
+50 −48 | include/sst/waveshapers/Wavefolders.h | |
+56 −55 | include/sst/waveshapers/WaveshaperLUT.h | |
+6 −3 | tests/FuzzesTest.cpp | |
+7 −6 | tests/TestUtils.h |
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
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
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
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.