don't use -mfpmath=387, no pkg change (this is just used for building

the test suite) -> no bump
This commit is contained in:
sthen 2013-03-28 21:20:47 +00:00
parent 1cbdc50451
commit eaa11fe2d0

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-CMakeLists_txt,v 1.1 2013/03/28 21:20:47 sthen Exp $
--- CMakeLists.txt.orig Thu Mar 28 21:19:02 2013
+++ CMakeLists.txt Thu Mar 28 21:19:59 2013
@@ -55,9 +55,9 @@ elseif(NOT GLM_TEST_ENABLE_SIMD)
add_definitions(-DGLM_FORCE_PURE)
- if(CMAKE_COMPILER_IS_GNUCXX)
- add_definitions(-mfpmath=387)
- endif()
+# if(CMAKE_COMPILER_IS_GNUCXX)
+# add_definitions(-mfpmath=387)
+# endif()
endif()
option(GLM_TEST_ENABLE_FAST_MATH "Enable fast math optimizations" OFF)