]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:51 +0000 (16:08 +0000)
commit5628dde92ea1b0936d0a80c38ee5520823214477
treee60aa6084ae74db66780288304c82ea197225859
parent9a743882cb79af3da278415607ff9261a0c0a9d6
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.

(From OE-Core rev: ad8337a127a8af321396b78a1cf331b54e4e0515)

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