[clang] [llvm] Add length HLSL function to DirectX Backend (PR #101256)

Farzon Lotfi via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 30 15:25:26 PDT 2024


================
@@ -249,6 +249,7 @@ DWARF Support in Clang
 
 Floating Point Support in Clang
 -------------------------------
+- Add ``__builtin_elementwise_length``builtin for floating point types only.
----------------
farzonl wrote:

Same comment this doesn't match `__builtin_hlsl_elementwise_length`. Also These release notes are probably not intended for the HLSL dialect of clang.  Should we remove this line?

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


More information about the cfe-commits mailing list