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

Commit 8a9737ce authored by Elliott Hughes's avatar Elliott Hughes
Browse files

__ARM_HAVE_HALFWORD_MULTIPLY is always true for __arm__.

And this is the only user of that macro...

Bug: 18556103
Change-Id: I1b515a54ac8530b150f4dd93070db60c701a5603
parent 5458756a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -29,14 +29,11 @@
#include "AudioResamplerDyn.h"

#ifdef __arm__
#include <machine/cpu-features.h>
    #define ASM_ARM_RESAMP1 // enable asm optimisation for ResamplerOrder1
#endif

namespace android {

#ifdef __ARM_HAVE_HALFWORD_MULTIPLY // optimized asm option
    #define ASM_ARM_RESAMP1 // enable asm optimisation for ResamplerOrder1
#endif // __ARM_HAVE_HALFWORD_MULTIPLY
// ----------------------------------------------------------------------------

class AudioResamplerOrder1 : public AudioResampler {