mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 20:04:12 -03:00
Add FMA to windows builds.
This commit is contained in:
parent
bf5681fe94
commit
6671efd3b2
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ config("compiler") {
|
|||
# microarchitecture. MSVC only supports a subset of architectures, and the
|
||||
# next step after SSE2 will be AVX.
|
||||
if (current_cpu == "x86" || current_cpu == "x64") {
|
||||
cflags += [ "-mavx", "-ffp-contract=fast", ]
|
||||
cflags += [ "-mavx", "-Xclang", "-ffp-contract=fast", ]
|
||||
}
|
||||
|
||||
if (exec_script("//build/win/use_ansi_codes.py", [], "trim string") ==
|
||||
|
|
Loading…
Reference in a new issue