Skip to content

Commit

Permalink
revert xtensa include vector (#2441)
Browse files Browse the repository at this point in the history
post merge is broken because of it, reverting for now.

BUG=[323060097](https://b.corp.google.com/issues/323060097)
  • Loading branch information
suleshahid authored Jan 31, 2024
1 parent 13de409 commit 9d1dd7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tensorflow/lite/micro/tools/make/ext_libs/xtensa.inc
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ 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/vector -name "*.c")
$(shell find $(NDSPLIB_PATH)/library/twiddles -name "*.c")

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

0 comments on commit 9d1dd7b

Please sign in to comment.