Skip to content

Commit 4104854

Browse files
committed
Override neon2sse with a newer version that builds.
1 parent 51324b9 commit 4104854

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/hannk/tflite/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ set(FLATBUFFERS_BUILD_FLATC OFF)
2020
# Enable this to see details about downloading -- useful for debugging
2121
# set(FETCHCONTENT_QUIET NO)
2222

23+
FetchContent_Declare(
24+
neon2sse
25+
GIT_REPOSITORY https://github.com/intel/ARM_NEON_2_x86_SSE
26+
GIT_TAG 4732aac1e6c02984a12635d85c4644c2ffe585ca
27+
GIT_SHALLOW TRUE
28+
)
29+
2330
FetchContent_Declare(
2431
tflite
2532
GIT_REPOSITORY https://github.com/tensorflow/tensorflow

0 commit comments

Comments
 (0)