disable fast-math as it makes isnan have undefined behavior

This commit is contained in:
Carl Philipp Klemm 2023-06-12 16:40:18 +02:00
parent 2d3fdc3cc1
commit 02677464b1

View File

@ -13,7 +13,6 @@ add_compile_options(
"-Wall"
"-Wno-reorder"
"-Wfatal-errors"
"-ffast-math"
"-ftree-vectorize"
"-g"
"-fno-strict-aliasing"