Re: [PATCH v4 06/15] ARC: math soft float support

2020-03-25 Thread Vineet Gupta
On 3/25/20 6:59 PM, Joseph Myers wrote: >> +/* Soft-float doesnot support exceptions. */ > Missing space, should be "does not". Fixed. Thx, -Vineet ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org

Re: [PATCH v4 06/15] ARC: math soft float support

2020-03-25 Thread Joseph Myers
On Thu, 12 Mar 2020, Vineet Gupta via Libc-alpha wrote: > +/* Soft-float doesnot support exceptions. */ Missing space, should be "does not". -- Joseph S. Myers jos...@codesourcery.com ___ linux-snps-arc mailing list

[PATCH v4 06/15] ARC: math soft float support

2020-03-12 Thread Vineet Gupta
Signed-off-by: Vineet Gupta --- sysdeps/arc/bits/fenv.h | 72 ++ sysdeps/arc/nofpu/Implies | 1 + sysdeps/arc/nofpu/math-tests-exceptions.h | 27 + sysdeps/arc/nofpu/math-tests-rounding.h | 27 + sysdeps/arc/sfp-machine.h