Date: Tuesday, June 14, 2022 @ 19:21:57 Author: archange Revision: 1237910
upgpkg: vc-intrinsics 0.4.2-1 Modified: vc-intrinsics/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-14 19:15:41 UTC (rev 1237909) +++ PKGBUILD 2022-06-14 19:21:57 UTC (rev 1237910) @@ -2,7 +2,7 @@ # Maintainer: Daniel Bermond <[email protected]> pkgname=vc-intrinsics -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=1 pkgdesc="Set of new intrinsics on top of core LLVM IR instructions that represent SIMD semantics of a program targeting GPU" arch=(x86_64) @@ -10,7 +10,7 @@ license=(MIT) makedepends=(cmake python llvm git) # From IGC release notes or latest release -_commit=561f4ff575a198b36a72fcb790e1997d7d6d6c91 +_commit=4ce354da51f219bbdfa9c4cd5d8f640e92e38511 source=(git+${url}.git#commit=$_commit) sha256sums=(SKIP)
