================ @@ -303,6 +303,48 @@ fmod(__detail::HLSL_FIXED_VECTOR<float, N> X, return __detail::fmod_vec_impl(X, Y); } +//===----------------------------------------------------------------------===// +// ldexp builtins +//===----------------------------------------------------------------------===// + +/// \fn T ldexp(T X, T Exp) +/// \brief Returns the result of multiplying the specified value by two, raised ---------------- farzonl wrote:
please still make this change https://github.com/llvm/llvm-project/pull/138182 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits