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

Unified Diff: include/libyuv/row.h

Issue 1419513009: disable rgb24 and rgba avx2 which fails tests (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: disable yuva avx2 version Created 5 years, 1 month 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 | « README.chromium ('k') | include/libyuv/version.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/libyuv/row.h
diff --git a/include/libyuv/row.h b/include/libyuv/row.h
index 5de839df198d2a6c49ebe9fa95a6435d144bb062..dfae397f2fe492b02f26f19ed69bf6aff545e023 100644
--- a/include/libyuv/row.h
+++ b/include/libyuv/row.h
@@ -200,11 +200,13 @@ extern "C" {
#if !(defined(_DEBUG) && defined(__i386__))
// TODO(fbarchard): fix build error on android_full_debug=1
// https://code.google.com/p/libyuv/issues/detail?id=517
-#define HAS_I422ALPHATOARGBROW_AVX2
+// AVX2 versions fail on gcc. b/522
+// #define HAS_I422ALPHATOARGBROW_AVX2
#endif
-#define HAS_I422TOARGBROW_AVX2
-#define HAS_I422TORGB24ROW_AVX2
-#define HAS_I422TORGBAROW_AVX2
+// AVX2 versions fail on gcc. b/522
+// #define HAS_I422TOARGBROW_AVX2
+// #define HAS_I422TORGB24ROW_AVX2
+// #define HAS_I422TORGBAROW_AVX2
#define HAS_INTERPOLATEROW_AVX2
#define HAS_J422TOARGBROW_AVX2
#define HAS_MERGEUVROW_AVX2
« no previous file with comments | « README.chromium ('k') | include/libyuv/version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698