-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to non-native simd aliases (#1442)
* Move to non-native simd * should in theory make arm64ec work as neon
- Loading branch information
Showing
13 changed files
with
105 additions
and
88 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
22 files
Submodule sst-effects
updated
16 files
+32 −5 | .github/workflows/build-tests.yml | |
+9 −8 | CMakeLists.txt | |
+1,259 −22 | cmake/CPM.cmake | |
+33 −22 | examples/CLIExample.cpp | |
+15 −13 | include/sst/effects/Delay.h | |
+35 −30 | include/sst/effects/Reverb1.h | |
+4 −4 | include/sst/effects/RotarySpeaker.h | |
+1 −1 | include/sst/voice-effects/eq/TiltEQ.h | |
+7 −7 | include/sst/voice-effects/filter/SSTFilters.h | |
+16 −16 | include/sst/voice-effects/modulation/PhaseMod.h | |
+8 −8 | include/sst/voice-effects/waveshaper/WaveShaper.h | |
+1 −1 | tests/concrete-runs.cpp | |
+1 −1 | tests/create-effect.cpp | |
+5 −2 | tests/create-voice-effect.cpp | |
+2 −1 | tests/sfinae-test.cpp | |
+0 −31 | tests/simd-test-include.h |
Submodule sst-filters
updated
40 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
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