commit | 592a6d976887e7d5f5aca42db52ef6c6576648f5 | [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 | 3deec7c47357544dc34171ecff2df503236142d3 | |
parent | 9907d161584415c81de1099678f160da172fd1a6 [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