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 239fbbd commit 15d1f44Copy full SHA for 15d1f44
test/CMakeLists.txt
@@ -226,7 +226,7 @@ add_subdirectory(architectures)
226
if(EMSCRIPTEN)
227
set_target_properties(test_xsimd PROPERTIES LINK_FLAGS "-s MODULARIZE=1 -s EXPORT_NAME=test_xsimd_wasm -s WASM=1 -s ALLOW_MEMORY_GROWTH=1 -lembind")
228
target_compile_options(test_xsimd
229
- PUBLIC --std=c++14
+ PUBLIC --std=c++17
230
PUBLIC "SHELL: -msimd128"
231
PUBLIC "SHELL: -msse2"
232
)
0 commit comments