public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Corinna Vinschen <vinschen@redhat.com>
To: newlib@sourceware.org
Subject: Re: [PATCH 1/1] fenv aarch64 support
Date: Thu, 2 Jul 2020 12:13:30 +0200	[thread overview]
Message-ID: <20200702101330.GV3499@calimero.vinschen.de> (raw)
In-Reply-To: <20200627193129.22355-2-eshandhawan51@gmail.com>

On Jun 28 01:01, Eshan dhawan via Newlib wrote:
> Signed-off-by: Eshan dhawan <eshandhawan51@gmail.com>
> ---
>  newlib/libc/machine/aarch64/machine/fenv-fp.h | 156 ++++++++++++++++++
>  newlib/libc/machine/aarch64/sys/fenv.h        | 120 ++++++++++++++
>  newlib/libm/machine/aarch64/Makefile.am       |  14 +-
>  newlib/libm/machine/aarch64/feclearexcept.c   |   7 +
>  newlib/libm/machine/aarch64/fegetenv.c        |   7 +
>  newlib/libm/machine/aarch64/fegetexceptflag.c |   7 +
>  newlib/libm/machine/aarch64/fegetround.c      |   7 +
>  newlib/libm/machine/aarch64/feholdexcept.c    |   7 +
>  newlib/libm/machine/aarch64/fenv.c            |  57 +++++++
>  newlib/libm/machine/aarch64/feraiseexcept.c   |   7 +
>  newlib/libm/machine/aarch64/fesetenv.c        |   7 +
>  newlib/libm/machine/aarch64/fesetexceptflag.c |   7 +
>  newlib/libm/machine/aarch64/fesetround.c      |   7 +
>  newlib/libm/machine/aarch64/fetestexcept.c    |   7 +
>  newlib/libm/machine/aarch64/feupdateenv.c     |   7 +
>  15 files changed, 423 insertions(+), 1 deletion(-)
>  create mode 100644 newlib/libc/machine/aarch64/machine/fenv-fp.h
>  create mode 100644 newlib/libc/machine/aarch64/sys/fenv.h
>  create mode 100644 newlib/libm/machine/aarch64/feclearexcept.c
>  create mode 100644 newlib/libm/machine/aarch64/fegetenv.c
>  create mode 100644 newlib/libm/machine/aarch64/fegetexceptflag.c
>  create mode 100644 newlib/libm/machine/aarch64/fegetround.c
>  create mode 100644 newlib/libm/machine/aarch64/feholdexcept.c
>  create mode 100644 newlib/libm/machine/aarch64/fenv.c
>  create mode 100644 newlib/libm/machine/aarch64/feraiseexcept.c
>  create mode 100644 newlib/libm/machine/aarch64/fesetenv.c
>  create mode 100644 newlib/libm/machine/aarch64/fesetexceptflag.c
>  create mode 100644 newlib/libm/machine/aarch64/fesetround.c
>  create mode 100644 newlib/libm/machine/aarch64/fetestexcept.c
>  create mode 100644 newlib/libm/machine/aarch64/feupdateenv.c

Pushed with regen'ed automake.in.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat


      reply	other threads:[~2020-07-02 10:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-27 19:31 [PATCH 0/1] Aarch64 fenv support Eshan dhawan
2020-06-27 19:31 ` [PATCH 1/1] fenv aarch64 support Eshan dhawan
2020-07-02 10:13   ` 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=20200702101330.GV3499@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).