From 02677464b10882385e02ef2df1ff597dc5ac2abf Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm Date: Mon, 12 Jun 2023 16:40:18 +0200 Subject: [PATCH] disable fast-math as it makes isnan have undefined behavior --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 948ae39..81ced93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ add_compile_options( "-Wall" "-Wno-reorder" "-Wfatal-errors" - "-ffast-math" "-ftree-vectorize" "-g" "-fno-strict-aliasing"