Skip to content
Snippets Groups Projects
Commit 03135101 authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'thoennes/fix-arm64-flag' into 'master'

fix localhost optim for simd test

See merge request walberla/walberla!581
parents dd1b8caf b6f44904
No related merge requests found
......@@ -8,7 +8,7 @@
# builds the test
if ( WALBERLA_CXX_COMPILER_IS_GNU OR (WALBERLA_CXX_COMPILER_IS_CLANG AND (NOT CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang" OR NOT CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "arm64")) )
if ( WALBERLA_CXX_COMPILER_IS_GNU OR (WALBERLA_CXX_COMPILER_IS_CLANG AND NOT (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang" OR CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "arm64")) )
set( MarchNativeString "-march=native" )
endif()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment