Skip to content

Commit

Permalink
fix Mac build (MIPP)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrecco67 committed Apr 29, 2024
1 parent 338846f commit 86055e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ if (MSVC)
target_compile_options(${PROJECT_NAME} PRIVATE
/wd26495
)
add_compile_definitions(MIPP_ALIGNED_LOADS)
endif ()

# Binary Data
Expand Down
2 changes: 1 addition & 1 deletion Source/SynthVoice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* https://github.com/gregrecco67/AudiblePlanets
*/

#define MIPP_ALIGNED_LOADS
//#define MIPP_ALIGNED_LOADS
#include "SynthVoice.h"
#include "PluginProcessor.h"

Expand Down

0 comments on commit 86055e1

Please sign in to comment.