Skip to content

Commit a6f1051

Browse files
Resolved the conflicts in the llvm project
1 parent d109c0a commit a6f1051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ defm SPV_INTEL_2d_block_io : ExtensionOperand<122, [EnvOpenCL]>;
383383
defm SPV_INTEL_int4 : ExtensionOperand<123, [EnvOpenCL]>;
384384
defm SPV_KHR_float_controls2 : ExtensionOperand<124, [EnvVulkan, EnvOpenCL]>;
385385
defm SPV_INTEL_tensor_float32_conversion : ExtensionOperand<125, [EnvOpenCL]>;
386-
defm SPV_INTEL_arbitrary_precision_floating_point: ExtensionOperand<126>;
386+
defm SPV_INTEL_arbitrary_precision_floating_point: ExtensionOperand<127, [EnvOpenCL]>;
387387

388388
//===----------------------------------------------------------------------===//
389389
// Multiclass used to define Capabilities enum values and at the same time

0 commit comments

Comments
 (0)