Merge pull request #23815 from alichraghi/master

spirv: unroll all vector operations
This commit is contained in:
Robin Voetter
2025-05-25 12:36:53 +02:00
committed by GitHub
17 changed files with 726 additions and 714 deletions

View File

@@ -145,7 +145,7 @@ const test_targets = blk: {
.{
.target = std.Target.Query.parse(.{
.arch_os_abi = "spirv64-vulkan",
.cpu_features = "vulkan_v1_2+int64+float16+float64",
.cpu_features = "vulkan_v1_2+physical_storage_buffer+int64+float16+float64",
}) catch unreachable,
.use_llvm = false,
.use_lld = false,