commit | 0c0a1c0c37dbd2646a732da706d6777283c83e44 | [log] [tgz] |
---|---|---|
author | Jim Huang <jim.huang@linaro.org> | Wed Apr 06 14:19:29 2011 +0800 |
committer | Jim Huang <jserv@0xlab.org> | Thu Apr 07 21:08:39 2011 +0800 |
tree | cfd6eb43fd04ff7cc23e8930bc2355b599d2b8c3 | |
parent | ba0de09f9a221f14e812e2b6498b48cf782c7396 [diff] |
audioflinger: Enable ARMv5TE optimized resampler Previously, the optimized asm option is only enabled when __ARM_ARCH_5E__ is defined, which is assigned in armv5te.mk rather than armv7-a series targets. This patch checks the ARM CPU feature about half-word multiply instructions to enable ARMv5TE resampler optimization routines properly. Change-Id: I4c5a5d8c932416f23bedb0b389db958349f21ea4