[libc-commits] [libc] [libc][math][c23] Add fsub{, l, f128} and remainderf128 C23 math functions (PR #101576)

via libc-commits libc-commits at lists.llvm.org
Tue Aug 6 07:18:56 PDT 2024


================
@@ -693,6 +695,7 @@ if(LIBC_TYPES_HAS_FLOAT128)
     libc.src.math.frexpf128
     libc.src.math.fromfpf128
     libc.src.math.fromfpxf128
+    libc.src.math.fsubf128
     libc.src.math.fsqrtf128
----------------
overmighty wrote:

Nit: sorting.

```suggestion
    libc.src.math.fsqrtf128
    libc.src.math.fsubf128
```

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


More information about the libc-commits mailing list