Or to do it the other way, is there for instance something in "flags"
for AMD64 processors that we can probe for? I found a /proc/cpuinfo for
an "AuthenticAMD" and it has flags like 3dnowext and 3dnow (and uname -m
gives x86_64):
if [ `uname -m` = x86_64 ] && ! grep -q "^flags.*3dnow" /proc/cpuinfo; then
MESA_NO_ASM=1
export MESA_NO_ASM
fi
or alternatively:
if [ `uname -m` = x86_64 ] && ! grep -q "^vendor_id.*AuthenticAMD"
/proc/cpuinfo; then
--
[apport] polytopes crashed with SIGILL in
_mesa_x86_64_transform_points4_perspective()
https://bugs.launchpad.net/bugs/87661
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs