[clang] [HLSL] Fix intrinsics header file 16 bit attribute macro to use version 6.2 (PR #185757)

Tex Riddell via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 10 15:47:18 PDT 2026


================
@@ -2467,16 +2467,16 @@ float4 trunc(float4);
 /// group. Otherwise, the result is false.
 /// \param Value The value to compare with
 /// \return True if all values across all lanes are equal, false otherwise
-_HLSL_16BIT_AVAILABILITY(shadermodel, 6.0)
+_HLSL_16BIT_AVAILABILITY(shadermodel, 6.2)
----------------
tex3d wrote:

Oh, looks like I commented too late, nevermind.

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


More information about the cfe-commits mailing list