unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Szabolcs Nagy <szabolcs.nagy@arm.com>
To: Joe Ramsay <Joe.Ramsay@arm.com>, <libc-alpha@sourceware.org>
Subject: Re: [PATCH 8/8] aarch64/fpu: Add vector variants of erfc
Date: Thu, 21 Mar 2024 14:52:59 +0000	[thread overview]
Message-ID: <ZfxJywbL/PpMpoi+@arm.com> (raw)
In-Reply-To: <20240220165945.21585-8-Joe.Ramsay@arm.com>

The 02/20/2024 16:59, Joe Ramsay wrote:
> ---

OK.

Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>

> Thanks,
> Joe
>  sysdeps/aarch64/fpu/Makefile                  |    5 +-
>  sysdeps/aarch64/fpu/Versions                  |    5 +
>  sysdeps/aarch64/fpu/advsimd_f32_protos.h      |    1 +
>  sysdeps/aarch64/fpu/bits/math-vector.h        |    8 +
>  sysdeps/aarch64/fpu/erfc_advsimd.c            |  201 +
>  sysdeps/aarch64/fpu/erfc_data.c               | 3519 +++++++++++++++++
>  sysdeps/aarch64/fpu/erfc_sve.c                |  167 +
>  sysdeps/aarch64/fpu/erfcf_advsimd.c           |  170 +
>  sysdeps/aarch64/fpu/erfcf_data.c              |  676 ++++
>  sysdeps/aarch64/fpu/erfcf_sve.c               |  113 +
>  .../fpu/test-double-advsimd-wrappers.c        |    1 +
>  .../aarch64/fpu/test-double-sve-wrappers.c    |    1 +
>  .../aarch64/fpu/test-float-advsimd-wrappers.c |    1 +
>  sysdeps/aarch64/fpu/test-float-sve-wrappers.c |    1 +
>  sysdeps/aarch64/fpu/vecmath_config.h          |   16 +
>  sysdeps/aarch64/libm-test-ulps                |    8 +
>  .../unix/sysv/linux/aarch64/libmvec.abilist   |    5 +
>  17 files changed, 4897 insertions(+), 1 deletion(-)
>  create mode 100644 sysdeps/aarch64/fpu/erfc_advsimd.c
>  create mode 100644 sysdeps/aarch64/fpu/erfc_data.c
>  create mode 100644 sysdeps/aarch64/fpu/erfc_sve.c
>  create mode 100644 sysdeps/aarch64/fpu/erfcf_advsimd.c
>  create mode 100644 sysdeps/aarch64/fpu/erfcf_data.c
>  create mode 100644 sysdeps/aarch64/fpu/erfcf_sve.c

  reply	other threads:[~2024-03-21 14:53 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-20 16:59 [PATCH 1/8] aarch64/fpu: Add vector variants of erf Joe Ramsay
2024-02-20 16:59 ` [PATCH 2/8] aarch64/fpu: Add vector variants of cosh Joe Ramsay
2024-03-21 14:38   ` Szabolcs Nagy
2024-02-20 16:59 ` [PATCH 3/8] aarch64/fpu: Add vector variants of acosh Joe Ramsay
2024-03-21 14:42   ` Szabolcs Nagy
2024-02-20 16:59 ` [PATCH 4/8] aarch64/fpu: Add vector variants of asinh Joe Ramsay
2024-03-21 14:44   ` Szabolcs Nagy
2024-02-20 16:59 ` [PATCH 5/8] aarch64/fpu: Add vector variants of atanh Joe Ramsay
2024-03-21 14:45   ` Szabolcs Nagy
2024-02-20 16:59 ` [PATCH 6/8] aarch64/fpu: Add vector variants of sinh Joe Ramsay
2024-03-21 14:46   ` Szabolcs Nagy
2024-02-20 16:59 ` [PATCH 7/8] aarch64/fpu: Add vector variants of tanh Joe Ramsay
2024-03-21 14:51   ` Szabolcs Nagy
2024-02-20 16:59 ` [PATCH 8/8] aarch64/fpu: Add vector variants of erfc Joe Ramsay
2024-03-21 14:52   ` Szabolcs Nagy [this message]
2024-03-21 14:37 ` [PATCH 1/8] aarch64/fpu: Add vector variants of erf Szabolcs Nagy

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

  List information: https://www.gnu.org/software/libc/involved.html

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

  git send-email \
    --in-reply-to=ZfxJywbL/PpMpoi+@arm.com \
    --to=szabolcs.nagy@arm.com \
    --cc=Joe.Ramsay@arm.com \
    --cc=libc-alpha@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).