Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CMake: fixed logic error in setting -mfpmath=387.
Fixes Bugzilla #3565.
  • Loading branch information
icculus committed Jan 24, 2017
1 parent 36cb05a commit 5ea0c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -540,7 +540,7 @@ if(ASSEMBLY)
set(CMAKE_REQUIRED_FLAGS ${ORIG_CMAKE_REQUIRED_FLAGS})
endif()

if(SSEMATH)
if(NOT SSEMATH)
if(SSE OR SSE2 OR SSE3)
if(USE_GCC)
list(APPEND EXTRA_CFLAGS "-mfpmath=387")
Expand Down

0 comments on commit 5ea0c89

Please sign in to comment.