public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug dynamic-link/27475] New: Incorrect IFUNC selector for wcschr and strchrnul
@ 2021-02-26 14:06 hjl.tools at gmail dot com
  0 siblings, 0 replies; only message in thread
From: hjl.tools at gmail dot com @ 2021-02-26 14:06 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=27475

            Bug ID: 27475
           Summary: Incorrect IFUNC selector for wcschr and strchrnul
           Product: glibc
           Version: 2.34
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---
            Target: x86-64

There are

strchrnul-avx2.S:#include "strchr-avx2.S"
wcschr-avx2.S:#include "strchr-avx2.S"

strchr-avx2.S uses

sarxl %ecx, %eax, %eax

which is in BMI2.  But IFUNC selector for wcschr and strchrnul doesn't
check for BMI2.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-26 14:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-26 14:06 [Bug dynamic-link/27475] New: Incorrect IFUNC selector for wcschr and strchrnul hjl.tools at gmail dot com

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).