[llvm] [SPIRV] Added Support for the SPV_INTEL_arbitrary_precesion_floating_point Extension (PR #160054)

Dmitry Sidorov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 07:04:25 PST 2025


================
@@ -384,6 +384,7 @@ defm SPV_INTEL_2d_block_io : ExtensionOperand<122, [EnvOpenCL]>;
 defm SPV_INTEL_int4 : ExtensionOperand<123, [EnvOpenCL]>;
 defm SPV_KHR_float_controls2 : ExtensionOperand<124, [EnvVulkan, EnvOpenCL]>;
 defm SPV_INTEL_tensor_float32_conversion : ExtensionOperand<125, [EnvOpenCL]>;
+defm SPV_INTEL_arbitrary_precision_floating_point: ExtensionOperand<127, [EnvOpenCL]>;
----------------
MrSidims wrote:

Future of Intel FPGA extensions was a bit uncertain. Now it's more clear - they are renamed to Altera extensions in https://github.com/KhronosGroup/SPIRV-Registry/commit/e86c766cfbff190912b48c6bddfec6292835b81a . I suggest to start generating new names for the extensions, capabilities and instructions.

https://github.com/llvm/llvm-project/pull/160054


More information about the llvm-commits mailing list