Re: [PATCH v2] Removed Soft float from MIPS
Corinna Vinschen via Newlib <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Feb 4 03:34, Eshan Dhawan via Newlib wrote: > From: Eshan dhawan <[email protected]> > > This Patch removes Soft Float code from MIPS. > Instead It adds the soft float code from RISCV > > The code came from FreeBSD and assumes the FreeBSD softfp > implementation not the one with GCC. That was an overlooked and > fixed in the other fenv code already. > > Signed-off-by: Eshan Dhawan <[email protected]> > --- > .../machine/mips/machine/fenv-softfloat.h | 55 +++++++------------ > newlib/libm/machine/mips/fenv.c | 10 ---- > 2 files changed, 21 insertions(+), 44 deletions(-) Pushed. Thanks, Corinna