Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: libvpx.gyp

Issue 880513003: Disable AVX2 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: forgot to comment one more spot - not sure if GN allows empty rules and this is even necessary but … Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generate_gypi.sh ('k') | libvpx_srcs.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx.gyp
diff --git a/libvpx.gyp b/libvpx.gyp
index 064f603d7f9188f935181c242658019a80324876..cdfaa1a9c239f14a77b1a11d328d6796373a43da 100644
--- a/libvpx.gyp
+++ b/libvpx.gyp
@@ -148,7 +148,7 @@
'libvpx_intrinsics_sse4_1',
# Currently no avx intrinsic functions
#'libvpx_intrinsics_avx',
- 'libvpx_intrinsics_avx2',
+ #'libvpx_intrinsics_avx2',
],
}],
['target_arch=="arm64"', {
@@ -171,7 +171,7 @@
'libvpx_intrinsics_sse4_1',
# Currently no avx intrinsic functions
#'libvpx_intrinsics_avx',
- 'libvpx_intrinsics_avx2',
+ #'libvpx_intrinsics_avx2',
],
}],
],
« no previous file with comments | « generate_gypi.sh ('k') | libvpx_srcs.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698