public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Corinna Vinschen <vinschen@redhat.com>
To: newlib@sourceware.org
Subject: Re: [PATCH v2 0/2] Patch for fenv support of SPARC and MIPS
Date: Fri, 3 Jul 2020 10:48:17 +0200	[thread overview]
Message-ID: <20200703084817.GZ3499@calimero.vinschen.de> (raw)
In-Reply-To: <20200702211306.25526-1-eshandhawan51@gmail.com>

On Jul  3 02:43, Eshan dhawan via Newlib wrote:
> This patch series adds fenv support for mips and sparc
> These patches were sent earlier but had issues in applying
> 
> Eshan dhawan (2):
>   SPARC fenv support
>   mips fenv support
> 
>  newlib/configure.host                         |   2 +
>  newlib/libc/machine/mips/machine/fenv-fp.h    | 207 +++++++++++
>  .../machine/mips/machine/fenv-softfloat.h     | 182 +++++++++
>  newlib/libc/machine/mips/sys/fenv.h           |  88 +++++
>  newlib/libc/machine/sparc/sys/fenv.h          |  85 +++++
>  newlib/libm/machine/configure.in              |   2 +
>  newlib/libm/machine/mips/Makefile.am          |  21 ++
>  newlib/libm/machine/mips/configure.in         |  11 +
>  newlib/libm/machine/mips/feclearexcept.c      |   7 +
>  newlib/libm/machine/mips/fegetenv.c           |   7 +
>  newlib/libm/machine/mips/fegetexceptflag.c    |   7 +
>  newlib/libm/machine/mips/fegetround.c         |   7 +
>  newlib/libm/machine/mips/feholdexcept.c       |   7 +
>  newlib/libm/machine/mips/fenv.c               |  74 ++++
>  newlib/libm/machine/mips/feraiseexcept.c      |   7 +
>  newlib/libm/machine/mips/fesetenv.c           |   7 +
>  newlib/libm/machine/mips/fesetexceptflag.c    |   7 +
>  newlib/libm/machine/mips/fesetround.c         |   7 +
>  newlib/libm/machine/mips/fetestexcept.c       |   7 +
>  newlib/libm/machine/mips/feupdateenv.c        |   7 +
>  newlib/libm/machine/sparc/Makefile.am         |  21 ++
>  newlib/libm/machine/sparc/configure.in        |  11 +
>  newlib/libm/machine/sparc/feclearexcept.c     |   7 +
>  newlib/libm/machine/sparc/fegetenv.c          |   7 +
>  newlib/libm/machine/sparc/fegetexceptflag.c   |   7 +
>  newlib/libm/machine/sparc/fegetround.c        |   7 +
>  newlib/libm/machine/sparc/feholdexcept.c      |   7 +
>  newlib/libm/machine/sparc/fenv.c              | 350 ++++++++++++++++++
>  newlib/libm/machine/sparc/feraiseexcept.c     |   7 +
>  newlib/libm/machine/sparc/fesetenv.c          |   7 +
>  newlib/libm/machine/sparc/fesetexceptflag.c   |   7 +
>  newlib/libm/machine/sparc/fesetround.c        |   7 +
>  newlib/libm/machine/sparc/fetestexcept.c      |   7 +
>  newlib/libm/machine/sparc/feupdateenv.c       |   7 +
>  34 files changed, 1208 insertions(+)

Pushed.  For some reason the libm config didn't include mips and sparc,
so I built the configuration for them for the first time.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat


      parent reply	other threads:[~2020-07-03  8:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-02 21:13 Eshan dhawan
2020-07-02 21:13 ` [PATCH v2 1/2] SPARC fenv support Eshan dhawan
2020-07-02 21:13 ` [PATCH v2 2/2] mips " Eshan dhawan
2020-07-03  8:48 ` Corinna Vinschen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200703084817.GZ3499@calimero.vinschen.de \
    --to=vinschen@redhat.com \
    --cc=newlib@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).