Merge pull request #23815 from alichraghi/master
spirv: unroll all vector operations
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user