Skip to content

Commit

Permalink
adds dep needed for xtensa fft (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
suleshahid authored Jan 31, 2024
1 parent c93be16 commit fd3ca73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorflow/lite/micro/tools/make/ext_libs/xtensa.inc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ else ifeq ($(TARGET_ARCH), $(filter $(TARGET_ARCH), hifi3 hifi4))
$(shell find $(NDSPLIB_PATH)/library/fft/fft -name "*.c") \
$(shell find $(NDSPLIB_PATH)/library/fft/fft_ie -name "*.c") \
$(shell find $(NDSPLIB_PATH)/library/fft/fft_ief -name "*.c") \
$(shell find $(NDSPLIB_PATH)/library/twiddles -name "*.c")
$(shell find $(NDSPLIB_PATH)/library/twiddles -name "*.c") \
$(shell find $(NDSPLIB_PATH)/library/vector -name "*.c")

EXCLUDED_NNLIB_SRCS = \
$(NNLIB_PATH)/algo/layers/cnn/src/xa_nn_cnn_api.c \
Expand Down

0 comments on commit fd3ca73

Please sign in to comment.