[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:40:42 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                     |
----------------
lntue wrote:

I think it's ok for this small docs update as it's tangent to this PR, just like sometime we fix some thing right next to what we update.

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


More information about the libc-commits mailing list