未验证 提交 1987b014 编写于 作者: S Shlomi Regev 提交者: GitHub

Add source and header files for Xtensa FFT optimizations (only if they (#933)

exist)
BUG=217301557
上级 9efa395b
......@@ -93,3 +93,15 @@ else ifeq ($(TARGET_ARCH), vision_p6)
else
$(error Unsupported TARGET_ARCH=$(TARGET_ARCH))
endif
FFT_PATH := $(MAKEFILE_DIR)/downloads/hifi_fft
INCLUDES += -I$(FFT_PATH)/
ifeq ($(TARGET_ARCH), $(filter $(TARGET_ARCH), hifi3 hifi4 hifi4_internal))
THIRD_PARTY_KERNEL_CC_SRCS += \
$(shell find $(FFT_PATH)/hifi3_fft -name "*.c")
THIRD_PARTY_CC_HDRS += \
$(shell find $(FFT_PATH)/hifi3_fft -name "*.h")
endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册