--- CMakeLists.txt.orig	2026-03-30 00:43:18 UTC
+++ CMakeLists.txt
@@ -14,7 +14,7 @@ else()
     list(APPEND COMPILE_OPTIONS -O3)
   else()
     # Apply -ffast-math to allow compiler autovectorization generate effective SIMD code for arm compilation
-    list(APPEND COMPILE_OPTIONS -O3 -ffast-math)
+    # list(APPEND COMPILE_OPTIONS -O3 -ffast-math)
   endif()
 endif()
 
