mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
add rvv-vls backend (#2593)
This commit is contained in:
@@ -79,7 +79,7 @@ if (BASH AND (NOT WIN32) AND SIMDJSON_BASH AND (TARGET json2json)) # The scripts
|
||||
$<TARGET_FILE:checkimplementation>
|
||||
)
|
||||
endif()
|
||||
if(CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL x86_64 OR CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL amd64)
|
||||
if((CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL x86_64 OR CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL amd64) AND NOT DEFINED CMAKE_CROSSCOMPILING_EMULATOR)
|
||||
add_test(
|
||||
NAME simdjson_force_implementation_error
|
||||
COMMAND
|
||||
|
||||
Reference in New Issue
Block a user