Remove FMA compiler flag
This commit is contained in:
parent
5ae0eebb3c
commit
2a16b6ea0e
1 changed files with 0 additions and 2 deletions
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue