This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Correct inputs for asin and acos


hi,

The inputs for the slowest path in asin and acos were incorrect and
had some fast path inputs there too.  Following patch corrects this.
OK to commit?

Siddhesh

	* benchtests/asin-input: Correct slow inputs.
	* benchtests/acos-input: Likewise.

diff --git a/benchtests/acos-inputs b/benchtests/acos-inputs
index 63688a0..c90dba5 100644
--- a/benchtests/acos-inputs
+++ b/benchtests/acos-inputs
@@ -2704,20 +2704,9 @@
 # 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
diff --git a/benchtests/asin-inputs b/benchtests/asin-inputs
index 58d4602..753049b 100644
--- a/benchtests/asin-inputs
+++ b/benchtests/asin-inputs
@@ -2504,20 +2504,8 @@
 # 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]