Skip to content

Commit

Permalink
Convolver: direct IR volume control
Browse files Browse the repository at this point in the history
  • Loading branch information
james34602 committed Feb 15, 2018
1 parent eb33e3a commit 2bae93c
Show file tree
Hide file tree
Showing 19 changed files with 111 additions and 1,525 deletions.
4 changes: 2 additions & 2 deletions Audio_Engine/eclipse_libjamesdsp_double/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ ifeq ($(TARGET_ARCH_ABI), armeabi-v7a)
LOCAL_CPPFLAGS += -Wall -Wextra -ffunction-sections -fdata-sections -Ofast -march=armv7-a -mfpu=neon -ftree-vectorize -DNDEBUG# -DDEBUG
LOCAL_CFLAGS += -Wall -Wextra -ffunction-sections -fdata-sections -Ofast -march=armv7-a -mfpu=neon -ftree-vectorize -DNDEBUG# -DDEBUG
else ifeq ($(TARGET_ARCH_ABI), x86)
LOCAL_CPPFLAGS += -ffunction-sections -fdata-sections -Ofast -ftree-vectorize -DAUTOCONV_USE_SSE -DNDEBUG# -DDEBUG
LOCAL_CFLAGS += -ffunction-sections -fdata-sections -Ofast -ftree-vectorize -DAUTOCONV_USE_SSE -DNDEBUG# -DDEBUG
LOCAL_CPPFLAGS += -ffunction-sections -fdata-sections -Ofast -ftree-vectorize -DNDEBUG# -DDEBUG
LOCAL_CFLAGS += -ffunction-sections -fdata-sections -Ofast -ftree-vectorize -DNDEBUG# -DDEBUG
else ifeq ($(TARGET_ARCH_ABI), armeabi)
LOCAL_CPPFLAGS += -ffunction-sections -fdata-sections -Ofast -ftree-vectorize -DNDEBUG
LOCAL_CFLAGS += -ffunction-sections -fdata-sections -Ofast -ftree-vectorize -DNDEBUG
Expand Down
Loading

0 comments on commit 2bae93c

Please sign in to comment.