[llvm] [SPIRV] Support extension SPV_INTEL_runtime_aligned (PR #131072)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 14 03:29:07 PDT 2025
================
@@ -92,12 +92,15 @@ static const std::map<std::string, SPIRV::Extension::Extension, std::less<>>
{"SPV_INTEL_long_composites",
SPIRV::Extension::Extension::SPV_INTEL_long_composites},
{"SPV_INTEL_fp_max_error",
- SPIRV::Extension::Extension::SPV_INTEL_fp_max_error},
+ SPIRV::Extension::Extension::SPV_INTEL_fp_max_error},
----------------
swatheesh-mcw wrote:
Do we need extra trailing space at the end of this line?
https://github.com/llvm/llvm-project/pull/131072
More information about the llvm-commits
mailing list