aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/gcc-arm.patch
blob: 2673a158984cd9d65d5b17af131a3cc24b0d4097 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./third_party/zlib/BUILD.gn
+++ ./third_party/zlib/BUILD.gn
@@ -18,7 +18,7 @@
 
 use_arm_neon_optimizations = false
 if (current_cpu == "arm" || current_cpu == "arm64") {
-  if (arm_use_neon) {
+  if (arm_use_neon && is_clang) {
     use_arm_neon_optimizations = true
   }
 }