Remove FMA compiler flag

This commit is contained in:
Alexander David Frick 2022-01-02 09:25:52 -06:00 committed by GitHub
parent 5ae0eebb3c
commit 2a16b6ea0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -885,7 +885,6 @@ config("compiler_cpu_abi") {
"-m64",
"-march=$x64_arch",
"-mavx",
"-ffp-contract=fast",
]
ldflags += [ "-m64" ]
} else if (current_cpu == "x86") {
@ -895,7 +894,6 @@ config("compiler_cpu_abi") {
cflags += [
"-mfpmath=sse",
"-mavx",
"-ffp-contract=fast",
]
}
} else if (current_cpu == "arm") {