[libc-commits] [libc] [libc][math][c23] Add f16fmaf C23 math function (PR #95483)

via libc-commits libc-commits at lists.llvm.org
Fri Jun 14 07:58:25 PDT 2024


================
@@ -251,20 +275,21 @@ template <> LIBC_INLINE double fma<double>(double x, double y, double z) {
 
----------------
lntue wrote:

Yes, it needs to be updated to take care of other rounding modes.  

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


More information about the libc-commits mailing list