[libc-commits] [libc] [libc][math][c23] Add dadd{l, f128} and ddiv{l, f128} C23 math functions (PR #100456)
via libc-commits
libc-commits at lists.llvm.org
Mon Jul 29 13:37:07 PDT 2024
================
@@ -136,7 +136,7 @@ Basic Operations
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| fabs | |check| | |check| | |check| | |check| | |check| | 7.12.7.3 | F.10.4.3 |
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
-| fadd | N/A | |check| | |check| | N/A | |check| | 7.12.14.1 | F.10.11 |
+| fadd | N/A | |check| | N/A | | 7.12.14.1 | F.10.11 |
----------------
aaryanshukla wrote:
will fix this
https://github.com/llvm/llvm-project/pull/100456
More information about the libc-commits
mailing list