17 lines
304 B
Diff
17 lines
304 B
Diff
--- b/skia/BUILD.gn
|
|
+++ a/skia/BUILD.gn
|
|
@@ -884,8 +884,11 @@
|
|
cflags = [ "/arch:AVX512" ]
|
|
} else {
|
|
cflags = [
|
|
+ "-mavx512f",
|
|
+ "-mavx512dq",
|
|
+ "-mavx512cd",
|
|
+ "-mavx512bw",
|
|
+ "-mavx512vl",
|
|
- "-march=x86-64-v4",
|
|
- "-mprefer-vector-width=512",
|
|
]
|
|
}
|
|
}
|