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 9f743a8 commit af2e6dcCopy full SHA for af2e6dc
External/SPEC/SpecCPU2017.cmake
@@ -157,6 +157,8 @@ macro (speccpu2017_benchmark)
157
elseif (ARCH STREQUAL "AArch64" AND TARGET_OS STREQUAL "Linux" AND CMAKE_SIZEOF_VOID_P EQUAL 8)
158
# Linux ARM
159
list(APPEND SPEC_COMMON_DEFS "-DSPEC_LINUX_AARCH64")
160
+ elseif (ARCH STREQUAL "LoongArch")
161
+ list(APPEND SPEC_COMMON_DEFS "-DSPEC_MANUAL_CONFIG")
162
elseif (ARCH STREQUAL "riscv64")
163
list(APPEND SPEC_COMMON_DEFS "-DSPEC_MANUAL_CONFIG")
164
elseif (ARCH STREQUAL "x86" AND TARGET_OS STREQUAL "Windows")
0 commit comments