Index: webrtc/modules/audio_coding/codecs/isac/fix/source/filterbank_internal.h |
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbank_internal.h b/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbank_internal.h |
index d6153e09fcad61288a292cb278a5c638549c27e6..0e67e300ac138aabf5d17115cc4302e6dcd2a38f 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbank_internal.h |
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbank_internal.h |
@@ -60,10 +60,6 @@ void WebRtcIsacfix_AllpassFilter2FixDec16C( |
int32_t *filter_state_ch1, |
int32_t *filter_state_ch2); |
-// Disable AllpassFilter2FixDec16Neon function due to a clang bug. |
-// Refer more details at: |
-// https://code.google.com/p/webrtc/issues/detail?id=4567 |
-#if !defined(__clang__) || !defined(WEBRTC_ARCH_ARM64) |
#if (defined WEBRTC_DETECT_NEON) || (defined WEBRTC_HAS_NEON) |
void WebRtcIsacfix_AllpassFilter2FixDec16Neon( |
int16_t *data_ch1, |
@@ -74,7 +70,6 @@ void WebRtcIsacfix_AllpassFilter2FixDec16Neon( |
int32_t *filter_state_ch1, |
int32_t *filter_state_ch2); |
#endif |
-#endif |
#if defined(MIPS_DSP_R1_LE) |
void WebRtcIsacfix_AllpassFilter2FixDec16MIPS( |