From f1cc4c8654b6bc431273286d3562942c50975caf Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 23 May 2013 17:31:42 +0200 Subject: 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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6659d96090..83b3956a43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2013-08-29 Thomas Schwinge + + * 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 * argp/argp-help.c: Fix typos. -- cgit 1.4.1