Skip to content

Commit

Permalink
iteration counts for risc-v
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Oct 28, 2024
1 parent d448e9c commit aa9cb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if (NOT FAST_BUILD OR ALL_TESTS)
Avgas.cpp)

# todo: IG
if (NOT (APPLE AND (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "arm64")) AND
if (NOT ((${CMAKE_SYSTEM_PROCESSOR} STREQUAL "arm64")) AND
NOT (${CMAKE_SYSTEM_PROCESSOR} MATCHES "riscv(32|64)"))
set(TEST_SOURCES ${TEST_SOURCES} TestLpSolversIterations.cpp)
endif()
Expand Down

0 comments on commit aa9cb3b

Please sign in to comment.