================ @@ -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 + �). ---------------- tgymnich wrote:
I keeps coming back whenever I save the file. Seems like VSCode cannot render this character and replaces it with ?. Github web also cannot render this [character](https://github.com/llvm/llvm-project/blob/f71b63865140cf3c286baf3a77ba3e467f929504/clang/lib/Headers/hlsl/hlsl_intrinsics.h#L919) it looks just like whitespace. https://github.com/llvm/llvm-project/pull/101989 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
