fix conditional in flax-vector-conversions patch

This commit is contained in:
Tom spot Callaway 2021-06-02 16:36:33 -04:00
parent 0ae19f4f97
commit f3cd23dcd8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ diff -up chromium-91.0.4472.77/build/config/compiler/BUILD.gn.aarch-cxxflags chr
cflags += [ "-Wno-psabi" ]
}
+ if (current_cpu == "arm" && !is_clang) {
+ if (current_cpu == "arm64" && !is_clang) {
+ cflags_cc += [ "-flax-vector-conversions" ]
+ }
+