mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-01-01 03:12:16 +08:00
disable I420AlphaToARGB for 32 bit intel debug build
R=harryjin@google.com BUG=libyuv:517 Review URL: https://codereview.chromium.org/1428843003 .
This commit is contained in:
parent
cdbdf5b723
commit
254ef01551
@ -107,11 +107,11 @@ extern "C" {
|
||||
#define HAS_H422TOARGBROW_SSSE3
|
||||
#define HAS_I400TOARGBROW_SSE2
|
||||
#define HAS_I411TOARGBROW_SSSE3
|
||||
|
||||
#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_SSSE3
|
||||
|
||||
#define HAS_I422ALPHATOARGBROW_SSSE3
|
||||
#endif
|
||||
#define HAS_I422TOABGRROW_SSSE3
|
||||
#define HAS_I422TOARGB1555ROW_SSSE3
|
||||
#define HAS_I422TOARGB4444ROW_SSSE3
|
||||
@ -202,11 +202,11 @@ extern "C" {
|
||||
#define HAS_H422TOABGRROW_AVX2
|
||||
#define HAS_H422TOARGBROW_AVX2
|
||||
#define HAS_I400TOARGBROW_AVX2
|
||||
|
||||
#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
|
||||
|
||||
#define HAS_I422ALPHATOARGBROW_AVX2
|
||||
#endif
|
||||
#define HAS_I422TOABGRROW_AVX2
|
||||
#define HAS_I422TOARGBROW_AVX2
|
||||
#define HAS_I422TOBGRAROW_AVX2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user