configure.ac: increase required swr llvm to 3.9.0
authorTim Rowley <timothy.o.rowley@intel.com>
Thu, 2 Mar 2017 22:38:43 +0000 (16:38 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Sun, 5 Mar 2017 13:33:49 +0000 (07:33 -0600)
GS implementation uses the masked.{gather,store} intrinsics,
introduced in llvm-3.9.0.  swr llvm version requirement in
automake and scons now match (scons already needed >= 3.9).

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
configure.ac

index 943bc05adcd6369936035a467d1cd8270fc2c585..73bd7497b1d01e66e2558ca1f5cb9baed1b7834c 100644 (file)
@@ -107,7 +107,7 @@ LLVM_REQUIRED_OPENCL=3.6.0
 LLVM_REQUIRED_R600=3.6.0
 LLVM_REQUIRED_RADEONSI=3.6.0
 LLVM_REQUIRED_RADV=3.9.0
-LLVM_REQUIRED_SWR=3.6.0
+LLVM_REQUIRED_SWR=3.9.0
 
 dnl Check for progs
 AC_PROG_CPP