Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 505fd302 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Disable ARM assembly optimization of legacy linear resampler

It has magic numbers in the asm() that no longer work,
isn't used any more and not really much faster than the C version.

Bug: 13102576
Change-Id: I56398a749ee0a45f31de9317e0a57e38d7b68a69
parent 262c39e3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -29,7 +29,8 @@
#include "AudioResamplerDyn.h"

#ifdef __arm__
    #define ASM_ARM_RESAMP1 // enable asm optimisation for ResamplerOrder1
    // bug 13102576
    //#define ASM_ARM_RESAMP1 // enable asm optimisation for ResamplerOrder1
#endif

namespace android {