mirror of
https://github.com/openharmony/third_party_spirv-headers.git
synced 2026-07-19 14:53:32 -04:00
Fix minor details in SPV_INTEL_optnone extension
Spec: https://github.com/intel/llvm/pull/3198
This commit is contained in:
@@ -8692,7 +8692,9 @@
|
||||
},
|
||||
{
|
||||
"enumerant" : "OptNoneINTEL",
|
||||
"value" : "0x10000"
|
||||
"value" : "0x10000",
|
||||
"capabilities" : [ "OptNoneINTEL" ],
|
||||
"version" : "None"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user