[clang] [clang][HLSL] Add sign intrinsic part 3 (PR #101989)

Joshua Batista via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 7 15:58:20 PDT 2024


================
@@ -916,7 +916,7 @@ float4 lerp(float4, float4, float4);
 /// \brief Returns the length of the specified floating-point vector.
 /// \param x [in] The vector of floats, or a scalar float.
 ///
-/// Length is based on the following formula: sqrt(x[0]^2 + x[1]^2 + �).
+/// Length is based on the following formula: sqrt(x[0]^2 + x[1]^2 + �).
----------------
bob80905 wrote:

This looks unintended?

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


More information about the cfe-commits mailing list