diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-05-23 17:31:42 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-08-29 12:21:07 +0200 |
commit | f1cc4c8654b6bc431273286d3562942c50975caf (patch) | |
tree | 9009de23d64f1e1fdfccf4fbdd8824dfa865d385 /ChangeLog | |
parent | 6f65e668957a50e153cba6822f747d13ad1b40ad (diff) | |
download | glibc-f1cc4c8654b6bc431273286d3562942c50975caf.tar glibc-f1cc4c8654b6bc431273286d3562942c50975caf.tar.gz glibc-f1cc4c8654b6bc431273286d3562942c50975caf.tar.bz2 glibc-f1cc4c8654b6bc431273286d3562942c50975caf.zip |
math: Additional type conversion tests
These have helped me find and fix type conversion issues in QEMU's MIPS
hardware emulation. While certainly glibc is not the best place for such
tests, they're just an enhancement of tests already present.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2013-08-29 Thomas Schwinge <thomas@codesourcery.com> + + * math/basic-test.c (TEST_CONVERT): New macro, renamed from + TEST_TRUNC. + (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New + functions, renamed from truncdfsf_test, trunctfsf_test, + trunctfdf_test. + (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New + functions. + (do_test): Run all these. + 2013-08-29 Ondřej Bílka <neleai@seznam.cz> * argp/argp-help.c: Fix typos. |