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

Commit b0eb7b0a authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "__ARM_HAVE_HALFWORD_MULTIPLY is always true for __arm__."

parents 5458756a 8a9737ce
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 {