1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
Files
glibc/string
Adhemerval Zanella 167f6230af string: Improve generic strrchr with memrchr and strlen
Now that both strlen and memrchr have word vectorized implementation,
it should be faster to implement strrchr based on memrchr over the
string length instead of calling strchr on a loop.

Checked on x86_64-linux-gnu, i686-linux-gnu, powerpc-linux-gnu,
and powerpc64-linux-gnu by removing the arch-specific assembly
implementation and disabling multi-arch (it covers both LE and BE
for 64 and 32 bits).
2023-02-06 16:19:35 -03:00
..
2021-09-03 22:06:44 +05:30
2021-09-03 22:06:44 +05:30
2021-09-03 22:06:44 +05:30
2023-02-06 16:19:35 -03:00
2023-02-06 16:19:35 -03:00
2023-02-06 16:19:35 -03:00
2023-02-06 16:19:35 -03:00
2023-02-06 16:19:35 -03:00
2023-02-06 16:19:35 -03:00
2023-02-06 16:19:35 -03:00
2023-02-06 16:19:35 -03:00
2023-02-06 16:19:35 -03:00