]> sourceware.org Git - glibc.git/commitdiff
Correct inputs for sin and cos
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 10 Jan 2014 04:27:51 +0000 (09:57 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 10 Jan 2014 04:27:51 +0000 (09:57 +0530)
The inputs for the slowest path in asin and acos were incorrect and
had some fast path inputs there too.

ChangeLog
benchtests/acos-inputs
benchtests/asin-inputs

index 74413a7cde13249546291d70075ad52a69cce5e3..9a19fbf7496e2a67e6766891d85f4078c6a61d30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * benchtests/asin-inputs: Correct slow inputs.
+       * benchtests/acos-inputs: Likewise.
+
 2014-01-10  Allan McRae  <allan@archlinux.org>
 
        * po:sv.po: Update Swedish translation from translation project.
index 63688a0f5b91ca01025c4b61c7d811a09bf46a06..c90dba57ca1169bb98f1977273b3bef360af908c 100644 (file)
 # acos multiple precision fallback.
 # Implemented in __cos32 in sysdeps/ieee754/dbl-64/sincos32.c
 ## name: slow
-0x1.259e505cf0504p-15
-0x1.3f39d47a33d9bp-13
-0x1.6fc4b0eb33b13p-16
-0x1.71374498ed714p-26
-0x1.7eff5496b7ed2p-21
-0x1.e010a7d04711cp-16
-0x1.4987361088586p-14
-0x1.a7601192f9094p-10
-0x1.efad46d44e2d1p-18
-0x1.84a360ccf288dp-20
-0x1.0b263bc6fc966p-4
-0x1.1552272e0f268p-16
-0x1.c88b2415431cbp-23
-0x1.4360a7a7b5c14p-23
-0x1.92ace49380c10p-13
-0x1.d529ca96edee6p-7
-0x1.447197964af33p-4
+0x1.91744378d312fp-25
+0x1.e31933dfcae5ep-6
+0x1.560a94c69898dp-28
+0x1.4ede34c4c5b9cp-39
+-0x1.b5caf13967673p-28
+-0x1.d242039676722p-32
index 58d460289eaae82c21889075ff0ac32fb32ac791..753049bfe7cc168699a4bfc66115d18d8bfd1448 100644 (file)
 # asin multiple precision fallback path
 # Implemented in __sin32 in sysdeps/ieee754/dbl-64/sincos32.c
 ## name: slow
-0x1.e010a7d04711cp-16
-0x1.a7601192f9094p-10
-0x1.4987361088586p-14
-0x1.0b263bc6fc966p-4
-0x1.259e505cf0504p-15
 0x1.c88b2415431cbp-23
-0x1.447197964af33p-4
-0x1.efad46d44e2d1p-18
-0x1.6fc4b0eb33b13p-16
 0x1.84a360ccf288dp-20
-0x1.92ace49380c10p-13
-0x1.1552272e0f268p-16
-0x1.d529ca96edee6p-7
-0x1.3f39d47a33d9bp-13
 0x1.7eff5496b7ed2p-21
 0x1.4360a7a7b5c14p-23
 0x1.71374498ed714p-26
This page took 0.112267 seconds and 5 git commands to generate.