We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9223610 commit 735dc42Copy full SHA for 735dc42
include/LLVMSPIRVExtensions.inc
@@ -37,7 +37,6 @@ EXT(SPV_INTEL_arbitrary_precision_integers)
37
EXT(SPV_INTEL_optimization_hints)
38
EXT(SPV_INTEL_float_controls2)
39
EXT(SPV_INTEL_vector_compute)
40
-EXT(SPV_INTEL_fast_composite) // TODO: to remove
41
EXT(SPV_INTEL_usm_storage_classes)
42
EXT(SPV_INTEL_fpga_buffer_location)
43
EXT(SPV_INTEL_arbitrary_precision_fixed_point)
lib/SPIRV/libSPIRV/spirv_internal.hpp
@@ -91,7 +91,6 @@ enum InternalOp {
91
92
enum InternalDecoration {
93
IDecRuntimeAlignedINTEL = 5940,
94
- IDecCallableFunctionINTEL = 6087,
95
IDecHostAccessINTEL = 6147,
96
IDecInitModeINTEL = 6148,
97
IDecImplementInCSRINTEL = 6149,
0 commit comments