Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/tests/lib/libc/gen
Module Name: src
Committed By: riastradh
Date: Thu Dec 18 05:28:22 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_fpclassify.c
Log Message:
t_fpclassify: Test the is* classification functions too.
Also test the upcoming C23 functions (iszero, issubnormal,
issignalling), so the tests will be there when we implement them, and
test the floating-point exceptions all the functions involved raise
(which should be none).
PR standards/59336: C23: Annex F and math.h extensions
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/gen/t_fpclassify.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index