@@ -389,8 +389,7 @@ defm SPV_INTEL_predicated_io : ExtensionOperand<127, [EnvOpenCL]>;
389389defm SPV_KHR_maximal_reconvergence : ExtensionOperand<128, [EnvVulkan]>;
390390defm SPV_INTEL_bfloat16_arithmetic
391391 : ExtensionOperand<129, [EnvVulkan, EnvOpenCL]>;
392- defm SPV_ALTERA_arbitrary_precision_floating_point: ExtensionOperand<130>;
393-
392+ defm SPV_ALTERA_arbitrary_precision_floating_point: ExtensionOperand<130, [EnvOpenCL]>;
394393//===----------------------------------------------------------------------===//
395394// Multiclass used to define Capabilities enum values and at the same time
396395// SymbolicOperand entries with string mnemonics, versioning, extensions, and
@@ -613,7 +612,7 @@ defm BFloat16TypeKHR : CapabilityOperand<5116, 0, 0, [SPV_KHR_bfloat16], []>;
613612defm BFloat16DotProductKHR : CapabilityOperand<5117, 0, 0, [SPV_KHR_bfloat16], [BFloat16TypeKHR]>;
614613defm BFloat16CooperativeMatrixKHR : CapabilityOperand<5118, 0, 0, [SPV_KHR_bfloat16], [BFloat16TypeKHR, CooperativeMatrixKHR]>;
615614defm BlockingPipesALTERA : CapabilityOperand<5945, 0, 0, [SPV_ALTERA_blocking_pipes], []>;
616- defm ArbitraryPrecisionFloatingPointINTEL : CapabilityOperand<5845, 0, 0,[SPV_INTEL_arbitrary_precision_floating_point ], []>;
615+ defm ArbitraryPrecisionFloatingPointALTERA : CapabilityOperand<5845, 0, 0,[SPV_ALTERA_arbitrary_precision_floating_point ], []>;
617616
618617//===----------------------------------------------------------------------===//
619618// Multiclass used to define SourceLanguage enum values and at the same time
0 commit comments