Re: [Mesa-dev] [PATCH] u_cpu_detect: remove arch and little_endian

2010-08-14 Thread Jose Fonseca
Looks perfect Luca. Thanks Jose From: Luca Barbieri [luca.barbi...@gmail.com] On Behalf Of Luca Barbieri [l...@luca-barbieri.com] Sent: Saturday, August 14, 2010 4:34 To: Keith Whitwell; Jose Fonseca Cc: mesa-dev@lists.freedesktop.org; Luca Barbieri Subje

[Mesa-dev] [PATCH] u_cpu_detect: remove arch and little_endian

2010-08-13 Thread Luca Barbieri
This logic duplicates the one in p_config.h, so remove it and adjust the only two places that were using it. --- src/gallium/auxiliary/gallivm/lp_bld_pack.c |7 +++ src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c |6 +- src/gallium/auxiliary/util/u_cpu_detect.c |