Skip to content

Commit

Permalink
Add simde everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Oct 16, 2023
1 parent ee4aa8f commit 8209dd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "AudioDSPTools"]
path = NeuralAmpModeler/AudioDSPTools
url = https://github.com/sdatkinson/AudioDSPTools.git
[submodule "simde"]
path = simde
url = [email protected]:simd-everywhere/simde.git
2 changes: 1 addition & 1 deletion NeuralAmpModeler/config/NeuralAmpModeler-mac.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BINARY_NAME = NeuralAmpModeler

// ------------------------------
// HEADER AND LIBRARY SEARCH PATHS
EXTRA_INC_PATHS = $(IPLUG2_ROOT)/../eigen $(IGRAPHICS_INC_PATHS)
EXTRA_INC_PATHS = $(IPLUG2_ROOT)/../eigen $(IPLUG2_ROOT)/../simde $(IGRAPHICS_INC_PATHS)
EXTRA_LIB_PATHS = $(IGRAPHICS_LIB_PATHS)
EXTRA_LNK_FLAGS = -framework Accelerate -framework Metal -framework MetalKit // -framework WebKit //$(IGRAPHICS_LNK_FLAGS)

Expand Down
1 change: 1 addition & 0 deletions simde
Submodule simde added at 6858b9

0 comments on commit 8209dd5

Please sign in to comment.