commit | d82b2a3eb4f4d2385ec508515a95ff9f339ab74f | [log] [tgz] |
---|---|---|
author | Kévin PETIT <kevin.petit@arm.com> | Thu Mar 06 15:43:58 2014 +0000 |
committer | Kévin PETIT <kevin.petit@arm.com> | Thu Mar 06 15:53:27 2014 +0000 |
tree | cb7a83e88cc19d2d3661a07112d1a10c3bfe6234 | |
parent | 51ebffd8a5536af09b60950bf7cf6f020c962f8a [diff] |
Fix the build for NEON in libpixelflinger ARCH_ARM_HAVE_NEON is only ever defined to true, so test for that. For the NEON function to be used, the file has to include machine/cpu-features.h so that __ARM_HAVE_NEON is defined. Change-Id: I0db196b39c493092415859e009531fcff6fc1e8b Signed-off-by: Kévin PETIT <kevin.petit@arm.com>