- turn off streflop in linux and test to see how it goes

This commit is contained in:
SoftCoder 2014-01-25 19:07:25 -08:00
parent 10204be941
commit 8c2e2581f3
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ IF(CMAKE_COMPILER_IS_GNUCXX OR MINGW)
special_check_for_sse( ${MAX_SSE_LEVEL_DESIRED} )
ENDIF()
OPTION(WANT_STREFLOP "use the library streflop" ON)
OPTION(WANT_STREFLOP "use the library streflop" OFF)
IF(WANT_STREFLOP)
ADD_DEFINITIONS("-DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32")