COMP: remove obsolete -fsimdmath flag for ARM64 (#3326)

This commit is contained in:
Mark Olesen 2025-03-14 09:57:51 +01:00
parent 47575aabf2
commit 47f2ff618d

View File

@ -1,2 +1,2 @@
c++DBUG =
c++OPT = -ffp-contract=fast -ffast-math -O3 -funsafe-math-optimizations -fsimdmath -armpl
c++OPT = -ffp-contract=fast -ffast-math -O3 -funsafe-math-optimizations -armpl