Skip to content

Commit

Permalink
Make: Updated neon tests to target arm8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbob999 committed Oct 26, 2024
1 parent 85b440b commit c40ca24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,12 @@ if(${STRINGZILLA_BUILD_TEST})
define_launcher(stringzilla_test_cpp20_arm_serial scripts/test.cpp 20 "armv8.0")
target_compile_definitions(stringzilla_test_cpp20_arm_serial PRIVATE "SZ_USE_ARM_NEON=0")
target_compile_definitions(stringzilla_test_cpp20_arm_serial PRIVATE "SZ_USE_ARM_SVE=0")
define_launcher(stringzilla_test_cpp20_arm_neon scripts/test.cpp 20 "armv8.0")
define_launcher(stringzilla_test_cpp20_arm_neon scripts/test.cpp 20 "armv8.2")
else()
define_launcher(stringzilla_test_cpp20_arm_serial scripts/test.cpp 20 "armv8-a")
target_compile_definitions(stringzilla_test_cpp20_arm_serial PRIVATE "SZ_USE_ARM_NEON=0")
target_compile_definitions(stringzilla_test_cpp20_arm_serial PRIVATE "SZ_USE_ARM_SVE=0")
define_launcher(stringzilla_test_cpp20_arm_neon scripts/test.cpp 20 "armv8-a+simd")
define_launcher(stringzilla_test_cpp20_arm_neon scripts/test.cpp 20 "armv8.2-a+simd")
endif()
endif()
endif()
Expand Down

0 comments on commit c40ca24

Please sign in to comment.