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

2014-11-03 Thread david
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

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

2014-11-03 Thread Roland Scheidegger
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 > ca70de9bd20bc4a11b2d2d368e0

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

2014-11-01 Thread 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 013