You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ option(CCMATH_FIND_GBENCH_PACKAGE "Enable finding of google benchmark package" O
33
33
option(CCMATH_INSTALL "Setup install and package steps"${is_root_project})
34
34
option(CCMATH_ENABLE_EXTENSIONS "Enable the extended ccmath library that adds helpful additional methods that are not defined by the standard"${is_root_project})
35
35
option(CCMATH_ENABLE_RUNTIME_SIMD "Enable SIMD optimization for runtime evaluation (does not effect compile time)"ON)
36
+
option(CCMATH_DISABLE_FORCE_INLINE "Disable the use of force inline in ccmath"OFF)
36
37
option(CCMATH_ENABLE_USER_DEFINED_OPTIMIZATION_MACROS "Enable user defined optimization macros instead of having ccmath define its own internal ones in cmake"OFF)
37
38
option(CCMATH_DISABLE_ERRNO "Disable the use of errno in ccmath during runtime"OFF)
38
39
@@ -118,6 +119,10 @@ if (CCMATH_ENABLE_RUNTIME_SIMD)
0 commit comments