From 03d5dca93ea1b0e9d405358b1a6962741d5071a8 Mon Sep 17 00:00:00 2001 From: Jonah Maxwell Miller Date: Fri, 28 Aug 2026 13:30:55 -0400 Subject: [PATCH] no fast math --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f68a539eba..18e9c4cc011 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -639,9 +639,6 @@ target_compile_options( > # better_flags > # debug > # cxx - $<${build_release}: - -use_fast_math - > # release > # cuda # Suppresses annoying ABI notes. See: