On Tue, Apr 21, 2009 at 14:32:52 -0700, Jeff Muizelaar wrote:
> + // if we don't have 2.6.29, we have to do this hack; set
> + // the env var to trust HWCAP.
> + if (!getenv("ARM_TRUST_HWCAP") && arm_has_v7)
> + arm_has_neon = TRUE;
Hi,
as I understand this, old kernels don't set the neon hwcap, while new
ones do on machines that support it.
If there are armv7 machines without neon (I don't know anything about
arm), wouldn't it make sense to trust HWCAP by default, so we get the
correct behaviour on new kernels? If there aren't, then why do we need
this conditional at all?
Thanks,
Julien
_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel