Index: webrtc/modules/audio_processing/aec3/aec3_common.h |
diff --git a/webrtc/modules/audio_processing/aec3/aec3_common.h b/webrtc/modules/audio_processing/aec3/aec3_common.h |
index dbfc4ed0d6e7219c565c83fedb61cf01f91e252c..3ea26c236fe75e725cb759b30c49b765f80bd145 100644 |
--- a/webrtc/modules/audio_processing/aec3/aec3_common.h |
+++ b/webrtc/modules/audio_processing/aec3/aec3_common.h |
@@ -24,7 +24,7 @@ |
#define ALIGN16_END __attribute__((aligned(16))) |
#endif |
-enum class Aec3Optimization { kNone, kSse2 }; |
+enum class Aec3Optimization { kNone, kSse2, kNeon }; |
constexpr int kNumBlocksPerSecond = 250; |