mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 23:30:06 +00:00
aadd0a1c7c
Previously was missing but the two implementations shouldn't get in
the sse2 (generic) text section.
(cherry picked from commit afc6e4328f
)
6 lines
104 B
ArmAsm
6 lines
104 B
ArmAsm
#define AS_WCSLEN
|
|
#define strlen __wcslen_sse4_1
|
|
#define SECTION(p) p##.sse4.1
|
|
|
|
#include "strlen-vec.S"
|