Re: [PATCH v3 1/4] iee754: provide gcc builtins based generic sqrt functions

2020-06-03 Thread Vineet Gupta
On 6/3/20 10:09 AM, Adhemerval Zanella via Libc-alpha wrote: > I think this patchset is ok, there is no need to send a v4. Do you > need someone to push it upstream for you? I do have write access to repo, I'll push it shortly. Thx, -Vineet ___ linux-s

Re: [PATCH v3 1/4] iee754: provide gcc builtins based generic sqrt functions

2020-06-03 Thread Adhemerval Zanella
On 03/06/2020 14:06, Vineet Gupta via Libc-alpha wrote: > On 6/3/20 1:46 AM, Andreas Schwab wrote: >> s/iee754/ieee754/ > > Fixed. Thx > I think this patchset is ok, there is no need to send a v4. Do you need someone to push it upstream for you? _

Re: [PATCH v3 1/4] iee754: provide gcc builtins based generic sqrt functions

2020-06-03 Thread Vineet Gupta
On 6/3/20 1:46 AM, Andreas Schwab wrote: > s/iee754/ieee754/ Fixed. Thx ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc

Re: [PATCH v3 1/4] iee754: provide gcc builtins based generic sqrt functions

2020-06-03 Thread Andreas Schwab
s/iee754/ieee754/ Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different." ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.o

[PATCH v3 1/4] iee754: provide gcc builtins based generic sqrt functions

2020-06-02 Thread Vineet Gupta
Reviewed-by: Adhemerval Zanella --- sysdeps/generic/math-use-builtins.h | 3 +++ sysdeps/ieee754/dbl-64/e_sqrt.c | 6 ++ sysdeps/ieee754/flt-32/e_sqrtf.c | 16 ++-- sysdeps/s390/fpu/math-use-builtins.h | 3 +++ 4 files changed, 22 insertions(+), 6 deletions(-) diff