Merge branch 'master' into pygromacs
[alexxy/gromacs.git] / CMakeLists.txt
index ee93f1a1282eead17cb2c8a3cb859744691253c0..65c910d9b287e957e852445aa6ba0112b031dc42 100644 (file)
@@ -604,11 +604,12 @@ endif()
 # Process SIMD instruction settings
 ##################################################
 # This checks what flags to add in order to
-# support the SIMD instructions we need, and sets
-# correct defines for the SIMD instructions supported.
-include(gmxTestSimd)
-gmx_test_simd()
-
+# support the SIMD instructions we need, it sets
+# correct defines for the SIMD instructions supported,
+# and adds advanced options to control accuracy
+# for SIMD math operations.
+include(gmxManageSimd)
+gmx_manage_simd()
 
 # Process QM/MM Settings
 if(${GMX_QMMM_PROGRAM} STREQUAL "GAUSSIAN")