Date: Wednesday, June 22, 2022 @ 08:07:32 Author: archange Revision: 1238927
upgpkg: vc-intrinsics 0.5.0-1 Modified: vc-intrinsics/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-22 07:56:49 UTC (rev 1238926) +++ PKGBUILD 2022-06-22 08:07:32 UTC (rev 1238927) @@ -2,7 +2,7 @@ # Maintainer: Daniel Bermond <[email protected]> pkgname=vc-intrinsics -pkgver=0.4.2 +pkgver=0.5.0 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=4ce354da51f219bbdfa9c4cd5d8f640e92e38511 +_commit=984bb27baacce6ee5c716c2e64845f2a1928025b source=(git+${url}.git#commit=$_commit) sha256sums=(SKIP)
