| Index: source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c
|
| diff --git a/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c b/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c
|
| index 73cf9daa904617d2a5d34cc8251aa6b446e74a2a..04b342c3d34fd74eb5b2f1cef865c3101353208f 100644
|
| --- a/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c
|
| +++ b/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c
|
| @@ -15,13 +15,6 @@
|
| #include "./vpx_config.h"
|
| #include "vp9/common/vp9_common.h"
|
|
|
| -#if (__clang_major__ == 3) && (__clang_minor__ == 6)
|
| -// http://llvm.org/bugs/show_bug.cgi?id=22178
|
| -void vp9_iht8x8_64_add_neon(const tran_low_t *input, uint8_t *dest,
|
| - int dest_stride, int tx_type) {
|
| - vp9_iht8x8_64_add_c(input, dest, dest_stride, tx_type);
|
| -}
|
| -#else
|
| static int16_t cospi_2_64 = 16305;
|
| static int16_t cospi_4_64 = 16069;
|
| static int16_t cospi_6_64 = 15679;
|
| @@ -629,4 +622,3 @@ void vp9_iht8x8_64_add_neon(const tran_low_t *input, uint8_t *dest,
|
| }
|
| return;
|
| }
|
| -#endif
|
|
|