]> git.ipfire.org Git - thirdparty/valgrind.git/commit
arm-linux: determine whether the host supports Neon by looking at our
authorJulian Seward <jseward@acm.org>
Thu, 9 Sep 2010 07:25:58 +0000 (07:25 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 9 Sep 2010 07:25:58 +0000 (07:25 +0000)
commit19bc2514329ae62eff524bb0ad713dbad5df08fe
tree9a880741d9fb24a09603e7921c37588e324b01ae
parentb558bd5888591d9c7a8b51ae0febeab022f8022c
arm-linux: determine whether the host supports Neon by looking at our
AUXV at startup, rather than by trying to execute a Neon instruction
and seeing whether it SIGILLs.  Apparently the latter is not a
reliable way to ascertain the presence of usable Neon support.  Fixes
#249775.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11347
coregrind/m_initimg/initimg-linux.c
coregrind/m_machine.c
coregrind/pub_core_machine.h
include/vki/vki-arm-linux.h