public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Sebastian Huber <sebastian.huber@embedded-brains.de>
To: newlib@sourceware.org
Cc: Richard Earnshaw <Richard.Earnshaw@foss.arm.com>
Subject: Re: [PATCH 3/3] aarch64: Import memrchr.S
Date: Mon, 31 Jul 2023 08:54:24 +0200	[thread overview]
Message-ID: <32ed0a9c-ecb9-baa5-f06e-688eaeeb81cd@embedded-brains.de> (raw)
In-Reply-To: <20230731064150.56026-3-sebastian.huber@embedded-brains.de>

On 31.07.23 08:41, Sebastian Huber wrote:
> diff --git a/newlib/libc/machine/aarch64/memrchr.S b/newlib/libc/machine/aarch64/memrchr.S
> new file mode 100644
> index 0000000000..817e96dfdd
> --- /dev/null
> +++ b/newlib/libc/machine/aarch64/memrchr.S
> @@ -0,0 +1,112 @@
> +/*
> + * memrchr - find last character in a memory zone.
> + *
> + * Copyright (c) 2020-2022, Arm Limited.
> + * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
> + */
> +
> +/* Assumptions:
> + *
> + * ARMv8-a, AArch64, Advanced SIMD.
> + * MTE compatible.
> + */
> +
> +#include "asmdefs.h"

Sorry, I forgot to add the support for __OPTIMIZE_SIZE__  and 
PREFER_SIZE_OVER_SPEED in memrchr.S, see v2 of the patch.

-- 
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.huber@embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/

      reply	other threads:[~2023-07-31  6:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-31  6:41 [PATCH 1/3] aarch64: Sync with ARM-software/optimized-routines Sebastian Huber
2023-07-31  6:41 ` [PATCH 2/3] aarch64: Fix corrupt GNU_PROPERTY_TYPE (5) size Sebastian Huber
2023-07-31  6:41 ` [PATCH 3/3] aarch64: Import memrchr.S Sebastian Huber
2023-07-31  6:54   ` Sebastian Huber [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=32ed0a9c-ecb9-baa5-f06e-688eaeeb81cd@embedded-brains.de \
    --to=sebastian.huber@embedded-brains.de \
    --cc=Richard.Earnshaw@foss.arm.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).