public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: H.J. Lu <hjl@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] x86-64: Remove redundant strcspn-generic/strpbrk-generic/strspn-generic
Date: Mon, 11 Jul 2022 14:27:08 +0000 (GMT)	[thread overview]
Message-ID: <20220711142708.9C7CA3858419@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ec9013727d75da0e61f4527780a7227b5b2e81ba

commit ec9013727d75da0e61f4527780a7227b5b2e81ba
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Jul 8 16:06:04 2022 -0700

    x86-64: Remove redundant strcspn-generic/strpbrk-generic/strspn-generic
    
    Remove redundant strcspn-generic, strpbrk-generic and strspn-generic
    from sysdep_routines in sysdeps/x86_64/multiarch/Makefile added by
    
    commit c69f960b017b2cdf39335739009526a72fb20379
    Author: Noah Goldstein <goldstein.w.n@gmail.com>
    Date:   Sun Jul 3 21:28:07 2022 -0700
    
        x86: Add support for building str{c|p}{brk|spn} with explicit ISA level
    
    since they have been added to sysdep_routines in sysdeps/x86_64/Makefile.

Diff:
---
 sysdeps/x86_64/multiarch/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sysdeps/x86_64/multiarch/Makefile b/sysdeps/x86_64/multiarch/Makefile
index 18cea04423..7ba9ad5139 100644
--- a/sysdeps/x86_64/multiarch/Makefile
+++ b/sysdeps/x86_64/multiarch/Makefile
@@ -78,7 +78,6 @@ sysdep_routines += \
   strcpy-evex \
   strcpy-sse2 \
   strcpy-sse2-unaligned \
-  strcspn-generic \
   strcspn-sse4 \
   strlen-avx2 \
   strlen-avx2-rtm \
@@ -110,13 +109,11 @@ sysdep_routines += \
   strnlen-evex \
   strnlen-evex512 \
   strnlen-sse2 \
-  strpbrk-generic \
   strpbrk-sse4 \
   strrchr-avx2 \
   strrchr-avx2-rtm \
   strrchr-evex \
   strrchr-sse2 \
-  strspn-generic \
   strspn-sse4 \
   strstr-avx512 \
   strstr-sse2-unaligned \


                 reply	other threads:[~2022-07-11 14:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220711142708.9C7CA3858419@sourceware.org \
    --to=hjl@sourceware.org \
    --cc=glibc-cvs@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).