From 9450477406c48adabdd4e57675da1f4e28112a2e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 4 Sep 2025 01:02:19 +0000 Subject: [PATCH] CompatHelper: bump compat for SPIRVIntrinsics to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ff594fec..7cdd2b83 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ KernelAbstractions = "0.9.1" LLVM = "6, 7, 8, 9" NEO_jll = "=25.31.34666" Preferences = "1" -SPIRVIntrinsics = "0.2" +SPIRVIntrinsics = "0.2, 0.5" SPIRV_LLVM_Translator_jll = "20" SpecialFunctions = "1.3, 2" StaticArrays = "1"