Skip to content

Commit

Permalink
Merge pull request #347 from 4ms/fix-spring-reverb
Browse files Browse the repository at this point in the history
Fix Befaco Spring Reverb
  • Loading branch information
danngreen authored Aug 26, 2024
2 parents 1049367 + 01a9d7b commit 115ba51
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions firmware/vcv_plugin/export/pffft/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ target_sources(pffft PRIVATE
# Fixup for pffft compiler warnings
set_source_files_properties(pffft.c PROPERTIES COMPILE_OPTIONS "-Wno-double-promotion;-Wno-pointer-to-int-cast")

if(NOT DEFINED SIMULATOR)
target_compile_definitions(pffft PRIVATE ZCONVOLVE_USING_INLINE_ASM=1)
endif()
# Disable inline assembly until we ensure alignment
# if(NOT DEFINED SIMULATOR)
# target_compile_definitions(pffft PRIVATE ZCONVOLVE_USING_INLINE_ASM=1)
# endif()

target_include_directories(pffft PUBLIC .)

0 comments on commit 115ba51

Please sign in to comment.