On 3 March 2017 at 20:34, Rowley, Timothy O wrote:
>
>> On Mar 3, 2017, at 5:55 AM, Emil Velikov wrote:
>>
>> On 3 March 2017 at 01:16, Tim Rowley wrote:
>>> GS implementation uses the masked.{gather,store} intrinsics,
>>> introduced in llvm-3.9.0.
>>
>> Please mention in the commit message that
> On Mar 3, 2017, at 5:55 AM, Emil Velikov wrote:
>
> On 3 March 2017 at 01:16, Tim Rowley wrote:
>> GS implementation uses the masked.{gather,store} intrinsics,
>> introduced in llvm-3.9.0.
>
> Please mention in the commit message that the SCons build already
> requires 3.9 or later.
> Can yo
Hi Tim,
On 3 March 2017 at 01:16, Tim Rowley wrote:
> GS implementation uses the masked.{gather,store} intrinsics,
> introduced in llvm-3.9.0.
Please mention in the commit message that the SCons build already
requires 3.9 or later.
Can you add a note about the LLVM requirement and GS support in
GS implementation uses the masked.{gather,store} intrinsics,
introduced in llvm-3.9.0.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index a3d1a00..260e717 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,7 +106,7 @@ LLVM_REQUI