diff options
Diffstat (limited to 'media/libjpeg/simd/arm/neon-compat.h')
-rw-r--r-- | media/libjpeg/simd/arm/neon-compat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/media/libjpeg/simd/arm/neon-compat.h b/media/libjpeg/simd/arm/neon-compat.h index d403f2289f..2907634e26 100644 --- a/media/libjpeg/simd/arm/neon-compat.h +++ b/media/libjpeg/simd/arm/neon-compat.h @@ -19,10 +19,6 @@ * 3. This notice may not be removed or altered from any source distribution. */ -#cmakedefine HAVE_VLD1_S16_X3 -#cmakedefine HAVE_VLD1_U16_X2 -#cmakedefine HAVE_VLD1Q_U8_X4 - /* Define compiler-independent count-leading-zeros and byte-swap macros */ #if defined(_MSC_VER) && !defined(__clang__) #define BUILTIN_CLZ(x) _CountLeadingZeros(x) |