https://bugs.freedesktop.org/show_bug.cgi?id=59701
José Fonseca <jfons...@vmware.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jfons...@vmware.com, | |srol...@vmware.com Summary|lp_test_arit fails, |lp_test_arit fails on |breaking make check |non-sse41 capable machines, | |breaking make check --- Comment #1 from José Fonseca <jfons...@vmware.com> --- Hi Michel, It looks like fract is seriously busted. The processor doesn't have SSE41, so no ROUNDPS instruction. This can be reproduced on other processors doing: diff --git a/src/gallium/auxiliary/gallivm/lp_bld_init.c b/src/gallium/auxiliary/gallivm/lp_bld_init.c index 050eba7..d677dbb 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_init.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_init.c @@ -489,7 +489,7 @@ lp_build_init(void) gallivm_initialized = TRUE; -#if 0 +#if 1 /* For simulating less capable machines */ util_cpu_caps.has_sse3 = 0; util_cpu_caps.has_ssse3 = 0; -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev