We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1411a54 commit f7771daCopy full SHA for f7771da
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