We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1411a54 + f7771da commit 66a6baaCopy full SHA for 66a6baa
1 file changed
cmake_modules/simde.cmake
@@ -2,12 +2,12 @@ include(FetchContent)
2
FetchContent_Declare(
3
simde
4
GIT_REPOSITORY https://github.com/simd-everywhere/simde.git
5
- GIT_TAG master
+ GIT_TAG c6ddddc4a5bee9913b60de6757227aa078192663
6
)
7
FetchContent_MakeAvailable(simde)
8
9
add_library(simde INTERFACE IMPORTED GLOBAL)
10
target_include_directories(simde INTERFACE "${simde_SOURCE_DIR}")
11
12
# Enables native aliases. Not ideal but makes it easier to convert old code.
13
-target_compile_definitions(simde INTERFACE SIMDE_ENABLE_NATIVE_ALIASES)
+target_compile_definitions(simde INTERFACE SIMDE_ENABLE_NATIVE_ALIASES)
0 commit comments