blob: 2117617a318c8de06b13f22d9a14ac2a3508d330 [file] [log] [blame]
list(APPEND CXXFLAGS -fno-exceptions)
if(SMALL_PROBLEM_SIZE)
set(RUN_OPTIONS --cartvis 1.0 0.0 --rhomin 1e-8 -n 4 --domain 32 32 32)
else()
set(RUN_OPTIONS --cartvis 1.0 0.0 --rhomin 1e-8 -n 10 --domain 32 32 32)
endif()
if(MIPS_IS_MIPS64_ENABLED)
list(APPEND CXXFLAGS -mxgot)
endif()
set(FP_ABSTOLERANCE 0.0000001)
llvm_multisource(tramp3d-v4)