Re: [Mesa-dev] [PATCH] gallivm: set mcpu when initializing llvm execution engine

2014-06-19 Thread Jose Fonseca
Looks good. Thanks Roland. Jose From: srol...@vmware.com Sent: 19 June 2014 02:28 To: Jose Fonseca; mesa-dev@lists.freedesktop.org Cc: Roland Scheidegger Subject: [PATCH] gallivm: set mcpu when initializing llvm execution engine From: Roland Scheidegger

Re: [Mesa-dev] [PATCH] gallivm: set mcpu when initializing llvm execution engine

2014-06-18 Thread Vinson Lee
On Wed, Jun 18, 2014 at 6:28 PM, wrote: > From: Roland Scheidegger > > Previously llvm detected cpu features automatically when the execution engine > was created (based on host cpu). This is no longer the case, which meant llvm > was then not able to emit some of the intrinsics we used as we di

[Mesa-dev] [PATCH] gallivm: set mcpu when initializing llvm execution engine

2014-06-18 Thread sroland
From: Roland Scheidegger Previously llvm detected cpu features automatically when the execution engine was created (based on host cpu). This is no longer the case, which meant llvm was then not able to emit some of the intrinsics we used as we didn't specify any sse attributes (only on avx suppor