Skip to content

Commit 735dc42

Browse files
authored
Remove leftovers of deprecated SPV_INTEL_fast_composite (#3607)
1 parent 9223610 commit 735dc42

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

include/LLVMSPIRVExtensions.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ EXT(SPV_INTEL_arbitrary_precision_integers)
3737
EXT(SPV_INTEL_optimization_hints)
3838
EXT(SPV_INTEL_float_controls2)
3939
EXT(SPV_INTEL_vector_compute)
40-
EXT(SPV_INTEL_fast_composite) // TODO: to remove
4140
EXT(SPV_INTEL_usm_storage_classes)
4241
EXT(SPV_INTEL_fpga_buffer_location)
4342
EXT(SPV_INTEL_arbitrary_precision_fixed_point)

lib/SPIRV/libSPIRV/spirv_internal.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ enum InternalOp {
9191

9292
enum InternalDecoration {
9393
IDecRuntimeAlignedINTEL = 5940,
94-
IDecCallableFunctionINTEL = 6087,
9594
IDecHostAccessINTEL = 6147,
9695
IDecInitModeINTEL = 6148,
9796
IDecImplementInCSRINTEL = 6149,

0 commit comments

Comments
 (0)