public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Remove obsolete comments/name from acos-inputs, since slow path was removed.
@ 2021-07-26 12:43 Paul Zimmermann
  2021-07-26 13:02 ` Siddhesh Poyarekar
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Zimmermann @ 2021-07-26 12:43 UTC (permalink / raw)
  To: libc-alpha

---
 benchtests/acos-inputs | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/benchtests/acos-inputs b/benchtests/acos-inputs
index c90dba57ca..540f88dd09 100644
--- a/benchtests/acos-inputs
+++ b/benchtests/acos-inputs
@@ -2701,9 +2701,6 @@
 0x1.eb1881275a5fap-1
 0x1.e5a3c6b686c17p-1
 -0x1.5abd34f01cc55p-25
-# acos multiple precision fallback.
-# Implemented in __cos32 in sysdeps/ieee754/dbl-64/sincos32.c
-## name: slow
 0x1.91744378d312fp-25
 0x1.e31933dfcae5ep-6
 0x1.560a94c69898dp-28
-- 
2.30.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Remove obsolete comments/name from acos-inputs, since slow path was removed.
  2021-07-26 12:43 [PATCH] Remove obsolete comments/name from acos-inputs, since slow path was removed Paul Zimmermann
@ 2021-07-26 13:02 ` Siddhesh Poyarekar
  2021-07-26 13:28   ` Paul Zimmermann
  0 siblings, 1 reply; 4+ messages in thread
From: Siddhesh Poyarekar @ 2021-07-26 13:02 UTC (permalink / raw)
  To: Paul Zimmermann, libc-alpha

On 7/26/21 6:13 PM, Paul Zimmermann wrote:
> ---

LGTM.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>

>   benchtests/acos-inputs | 3 ---
>   1 file changed, 3 deletions(-)
> 
> diff --git a/benchtests/acos-inputs b/benchtests/acos-inputs
> index c90dba57ca..540f88dd09 100644
> --- a/benchtests/acos-inputs
> +++ b/benchtests/acos-inputs
> @@ -2701,9 +2701,6 @@
>   0x1.eb1881275a5fap-1
>   0x1.e5a3c6b686c17p-1
>   -0x1.5abd34f01cc55p-25
> -# acos multiple precision fallback.
> -# Implemented in __cos32 in sysdeps/ieee754/dbl-64/sincos32.c
> -## name: slow
>   0x1.91744378d312fp-25
>   0x1.e31933dfcae5ep-6
>   0x1.560a94c69898dp-28
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Remove obsolete comments/name from acos-inputs, since slow path was removed.
  2021-07-26 13:02 ` Siddhesh Poyarekar
@ 2021-07-26 13:28   ` Paul Zimmermann
  2021-07-26 14:45     ` Siddhesh Poyarekar
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Zimmermann @ 2021-07-26 13:28 UTC (permalink / raw)
  To: Siddhesh Poyarekar; +Cc: libc-alpha

thanks Siddhesh, I'll commit after the 2.34 release (and propose similar
patches for other functions where the slow path was removed).

Paul

> From: Siddhesh Poyarekar <siddhesh@gotplt.org>
> Date: Mon, 26 Jul 2021 18:32:01 +0530
> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
>  Thunderbird/78.11.0
> 
> On 7/26/21 6:13 PM, Paul Zimmermann wrote:
> > ---
> 
> LGTM.
> 
> Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
> 
> >   benchtests/acos-inputs | 3 ---
> >   1 file changed, 3 deletions(-)
> > 
> > diff --git a/benchtests/acos-inputs b/benchtests/acos-inputs
> > index c90dba57ca..540f88dd09 100644
> > --- a/benchtests/acos-inputs
> > +++ b/benchtests/acos-inputs
> > @@ -2701,9 +2701,6 @@
> >   0x1.eb1881275a5fap-1
> >   0x1.e5a3c6b686c17p-1
> >   -0x1.5abd34f01cc55p-25
> > -# acos multiple precision fallback.
> > -# Implemented in __cos32 in sysdeps/ieee754/dbl-64/sincos32.c
> > -## name: slow
> >   0x1.91744378d312fp-25
> >   0x1.e31933dfcae5ep-6
> >   0x1.560a94c69898dp-28
> > 
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Remove obsolete comments/name from acos-inputs, since slow path was removed.
  2021-07-26 13:28   ` Paul Zimmermann
@ 2021-07-26 14:45     ` Siddhesh Poyarekar
  0 siblings, 0 replies; 4+ messages in thread
From: Siddhesh Poyarekar @ 2021-07-26 14:45 UTC (permalink / raw)
  To: Paul Zimmermann; +Cc: libc-alpha, Carlos O'Donell

On 7/26/21 6:58 PM, Paul Zimmermann wrote:
> thanks Siddhesh, I'll commit after the 2.34 release (and propose similar
> patches for other functions where the slow path was removed).

This should be safe for 2.34 too since it doesn't touch any library 
code.  What do you think Carlos?

Siddhesh

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-26 14:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-26 12:43 [PATCH] Remove obsolete comments/name from acos-inputs, since slow path was removed Paul Zimmermann
2021-07-26 13:02 ` Siddhesh Poyarekar
2021-07-26 13:28   ` Paul Zimmermann
2021-07-26 14:45     ` Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).