[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
Fri Aug 2 09:51:31 PDT 2024


overmighty wrote:

I forgot that `remainder*` functions are pretty much the same as `remquo*`, and we do have tests for those, so I guess that's why we don't have tests for `remainder*`.

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


More information about the libc-commits mailing list