$OpenBSD: patch-CMakeLists_txt,v 1.2 2015/12/28 18:57:29 jasper Exp $
--- CMakeLists.txt.orig	Sun Sep  6 22:30:17 2015
+++ CMakeLists.txt	Mon Dec 28 19:21:26 2015
@@ -75,10 +73,6 @@ option(GLM_TEST_FORCE_PURE "Force 'pure' instructions"
 
 if(GLM_TEST_FORCE_PURE)
 	add_definitions(-DGLM_FORCE_PURE)
-
-	if(CMAKE_COMPILER_IS_GNUCXX)
-		add_definitions(-mfpmath=387)
-	endif()
 elseif(GLM_TEST_ENABLE_SIMD_AVX2)
 	if(CMAKE_COMPILER_IS_GNUCXX)
 		add_definitions(-mavx2)
