mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
configure.ac: increase required swr llvm to 3.9.0
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>
This commit is contained in:
parent
6f71d9adc1
commit
08a82363ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue