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/celt/arch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/rbcodec/codecs/libopus/celt/arch.h') diff --git a/lib/rbcodec/codecs/libopus/celt/arch.h b/lib/rbcodec/codecs/libopus/celt/arch.h index 08b07db598..6437f59624 100644 --- a/lib/rbcodec/codecs/libopus/celt/arch.h +++ b/lib/rbcodec/codecs/libopus/celt/arch.h @@ -170,6 +170,8 @@ static OPUS_INLINE opus_int16 SAT16(opus_int32 x) { #include "fixed_c5x.h" #elif defined (TI_C6X_ASM) #include "fixed_c6x.h" +#elif defined (OPUS_CF_INLINE_ASM) +#include "cf/fixed_cf.h" #endif #endif -- cgit v1.2.3