[Mesa-dev] [PATCH] draw: allow LLVM use on non-SSE2 X86 cpus

david david at ixit.cz
Mon Nov 3 03:51:29 PST 2014


On 2014-11-03 11:51, Roland Scheidegger wrote:
> Am 01.11.2014 um 22:19 schrieb David Heidelberg:
>> 
>> This patch remove workaround related to LLVM < 3.2 bug.
>> 
>> Original bug has been closed as fixed in 2011.
>> At this moment gallium requires LLVM 3.3 (2013).
>> 
>> LLVM has been tested without SSE2 support in commit
>> ca70de9bd20bc4a11b2d2d368e0cc1f49527a947 and removed after requiring
>> LLVM 3.3 in commit 013ff2fae13da41c2f5619c4698b0a7b5aa6a06d
>> 
>> Original LLVM bug:
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D6960&d=AAICaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=Vjtt0vs_iqoI31UfJxBl7yv9I2FeiaeAYgMTLKRBc_I&m=qfBmuPPumlIuBoEvT3-IykV-twtBIpmnxI7U39p4IiI&s=2w4h6tFrr43JTzz-68ic1hmfifRNxlzhem0QWysUXD4&e=
>> 
>> Signed-off-by: David Heidelberg <david at ixit.cz>
>> ---
>>  src/gallium/auxiliary/draw/draw_context.c | 15 +--------------
>>  1 file changed, 1 insertion(+), 14 deletions(-)
>> 
> 
> Reviewed-by: Roland Scheidegger <sroland at vmware.com>
> 
> Though at this point I'll have to wonder why you'd actually want to use
> it with a non-sse2 capable cpu...

I don't have non-sse2 cpu. While cleaning Nine patches I just noticed 
there is some deprecated workaround :)

Thank you for reviewing.


More information about the mesa-dev mailing list