summaryrefslogtreecommitdiff
path: root/libc/test/src/math/SubTest.h
AgeCommit message (Collapse)Author
2025-03-18[libc][math] Fix incorrect logic in fputil::generic::add_or_sub (#116129)OverMighty
Fixes incorrect logic that went unnoticed until the function was tested with output and input types that have the same underlying floating-point format.
2024-07-02[libc][math][c23] Add f16{add,sub}f C23 math functions (#96787)OverMighty
Part of #93566.