[libc-commits] [libc] [libc][math][c23] Add f16sqrtf C23 math function (PR #95251)
via libc-commits
libc-commits at lists.llvm.org
Wed Jun 12 07:13:48 PDT 2024
================
@@ -790,6 +792,37 @@ template void explain_unary_operation_single_output_error<float16>(
Operation op, float16, float16, double, RoundingMode);
#endif
+template <typename OutType, typename InType>
+void explain_unary_narrower_operation_single_output_error(
----------------
lntue wrote:
Maybe completely replacing `explain_unary_operation_single_output_error` with this version?
https://github.com/llvm/llvm-project/pull/95251
More information about the libc-commits
mailing list