[clang] [llvm] Adding splitdouble HLSL function (PR #109331)

Tex Riddell via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 18 17:27:06 PDT 2024


================
@@ -4871,6 +4871,12 @@ def HLSLRadians : LangBuiltin<"HLSL_LANG"> {
   let Prototype = "void(...)";
 }
 
+def HLSLSplitDouble: LangBuiltin<"HLSL_LANG"> {
+  let Spellings = ["__builtin_hlsl_splitdouble"];
----------------
tex3d wrote:

Are we inconsistent on the use of "elementwise"?  Shouldn't we have that here?

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


More information about the cfe-commits mailing list