From 67b5fa06d5b128ad66d1f4b946c9080387171529 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 10 Jul 2024 08:57:26 -0400 Subject: opus: Re-enable Coldfire ASM optimizations Was accidently disabled in 14c6bb798d6bebc80f07e863236adbaf8d156a9c (in January 2019) (Had to make a minor change due argument differences) Change-Id: If7c128cdeaa9ed82b2b33de1b75ca7cc4a95abdd --- lib/rbcodec/codecs/libopus/silk/macros.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/rbcodec/codecs/libopus/silk') diff --git a/lib/rbcodec/codecs/libopus/silk/macros.h b/lib/rbcodec/codecs/libopus/silk/macros.h index 3c67b6e5d9..f46e27caaa 100644 --- a/lib/rbcodec/codecs/libopus/silk/macros.h +++ b/lib/rbcodec/codecs/libopus/silk/macros.h @@ -143,6 +143,10 @@ static OPUS_INLINE opus_int32 silk_CLZ32(opus_int32 in32) #include "arm/macros_armv5e.h" #endif +#ifdef OPUS_CF_INLINE_ASM +#include "cf/macros_cf.h" +#endif + #ifdef OPUS_ARM_PRESUME_AARCH64_NEON_INTR #include "arm/macros_arm64.h" #endif -- cgit v1.2.3