[Mesa-dev] [PATCH 1/4] configure.ac: increase required swr llvm to 3.9.0
Tim Rowley
timothy.o.rowley at intel.com
Fri Mar 3 01:16:59 UTC 2017
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_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
--
2.7.4
More information about the mesa-dev
mailing list