47ace4e
diff -up glm-0.9.3.4/CMakeLists.txt.secondary glm-0.9.3.4/CMakeLists.txt
47ace4e
--- glm-0.9.3.4/CMakeLists.txt.secondary	2012-09-04 13:03:58.000000000 +0200
47ace4e
+++ glm-0.9.3.4/CMakeLists.txt	2012-09-04 13:04:14.000000000 +0200
47ace4e
@@ -53,9 +53,6 @@ elseif(NOT GLM_TEST_ENABLE_SIMD)
47ace4e
 	
47ace4e
 	add_definitions(-DGLM_FORCE_PURE)
47ace4e
 
47ace4e
-	if(CMAKE_COMPILER_IS_GNUCXX)
47ace4e
-		add_definitions(-mfpmath=387)
47ace4e
-	endif()
47ace4e
 endif()
47ace4e
 
47ace4e
 option(GLM_TEST_ENABLE_FAST_MATH "Enable fast math optimizations" OFF)