[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:16:16 PDT 2024


================
@@ -974,6 +1007,22 @@ template bool compare_unary_operation_single_output<float16>(Operation, float16,
                                                              RoundingMode);
 #endif
 
+template <typename OutType, typename InType>
+bool compare_unary_narrower_operation_single_output(Operation op, InType input,
----------------
lntue wrote:

Maybe change `compare_unary_operation_single_output` to 2 template parameters instead.

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


More information about the libc-commits mailing list