]> code.ossystems Code Review - openembedded-core.git/commit
pixman: check neon support via TUNE_FEATURES, not the _armv7a over-ride
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 17 Dec 2015 00:08:13 +0000 (16:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Dec 2015 16:08:43 +0000 (16:08 +0000)
commitad8337a127a8af321396b78a1cf331b54e4e0515
tree9653717fb938a72d9b77629026bf9a0d0a25bd08
parent35f4e506cd16a6165318c79030d5e54d06f1fd06
pixman: check neon support via TUNE_FEATURES, not the _armv7a over-ride

Neon support is optional in armv7a so the _armv7a over-ride is not
the best way to determine whether or not the target supports neon.

Since pixman will always use neon in preference to 'simd' (ie VFPv2)
if it can, it's safe to disable the simd routines if the target is
known to support neon.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/xorg-lib/pixman_0.32.8.bb