about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-09-19 16:54:23 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-09-19 16:54:24 +0530
commitcfa3c8865ff8519f5110c5c261eb8cd7ded144aa (patch)
tree45ec742ac2751c3a7d0e8f87207f4f40284daff3 /ChangeLog
parentb348e1e3a62c593fc3a6b26dbb8199b2aba3e056 (diff)
downloadglibc-cfa3c8865ff8519f5110c5c261eb8cd7ded144aa.tar.gz
glibc-cfa3c8865ff8519f5110c5c261eb8cd7ded144aa.tar.xz
glibc-cfa3c8865ff8519f5110c5c261eb8cd7ded144aa.zip
New test cases for sin and cos for multiple precision fallback
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6645991bd..37a60589ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* math/libm-test.inc (cos_test_data): New test inputs.
+	(sin_test_data): Likewise.
+
 	* sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
 	macro.
 	(__sin): Use it.