mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-07 17:26:49 +08:00
disable ARGBToRAWRow_AVX2 and ARGBToRGB24Row_AVX2
Bug: b:118386049 Change-Id: I3cf46f0f1a9f24523d5b1c86e9201b92a5bd32b0 Tested: out/Release/libyuv_unittest --gtest_filter=*ARGBToRAW* Reviewed-on: https://chromium-review.googlesource.com/c/1296803 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
This commit is contained in:
parent
1fe0613c3f
commit
b416d36c89
@ -1,6 +1,6 @@
|
||||
Name: libyuv
|
||||
URL: http://code.google.com/p/libyuv/
|
||||
Version: 1720
|
||||
Version: 1721
|
||||
License: BSD
|
||||
License File: LICENSE
|
||||
|
||||
|
||||
@ -284,8 +284,9 @@ extern "C" {
|
||||
(defined(CLANG_HAS_AVX2) || defined(GCC_HAS_AVX2))
|
||||
#define HAS_ABGRTOAR30ROW_AVX2
|
||||
#define HAS_ARGBTOAR30ROW_AVX2
|
||||
#define HAS_ARGBTORAWROW_AVX2
|
||||
#define HAS_ARGBTORGB24ROW_AVX2
|
||||
// Fix AVX2 b:118386049 segfault
|
||||
//#define HAS_ARGBTORAWROW_AVX2
|
||||
//#define HAS_ARGBTORGB24ROW_AVX2
|
||||
#define HAS_CONVERT16TO8ROW_AVX2
|
||||
#define HAS_CONVERT8TO16ROW_AVX2
|
||||
#define HAS_I210TOAR30ROW_AVX2
|
||||
@ -303,7 +304,8 @@ extern "C" {
|
||||
#if !defined(LIBYUV_DISABLE_X86) && \
|
||||
(defined(__x86_64__) || (defined(__i386__) && !defined(_MSC_VER))) && \
|
||||
(defined(CLANG_HAS_AVX512))
|
||||
#define HAS_ARGBTORGB24ROW_AVX512VBMI
|
||||
// Fix AVX2 b:118386049 segfault
|
||||
//#define HAS_ARGBTORGB24ROW_AVX512VBMI
|
||||
#endif
|
||||
|
||||
// The following are available on Neon platforms:
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
#ifndef INCLUDE_LIBYUV_VERSION_H_
|
||||
#define INCLUDE_LIBYUV_VERSION_H_
|
||||
|
||||
#define LIBYUV_VERSION 1720
|
||||
#define LIBYUV_VERSION 1721
|
||||
|
||||
#endif // INCLUDE_LIBYUV_VERSION_H_
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user