glibc/sysdeps/x86_64/multiarch/wcslen-evex512.S
Sunil K Pandey 9c66efb86f x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlen
This patch implements following evex512 version of string functions.
Perf gain for evex512 version is up to 50% as compared to evex,
depending on length and alignment.

Placeholder function, not used by any processor at the moment.

- String length function using 512 bit vectors.
- String N length using 512 bit vectors.
- Wide string length using 512 bit vectors.
- Wide string N length using 512 bit vectors.

Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
2022-05-26 13:11:36 -07:00

5 lines
85 B
ArmAsm

#define STRLEN __wcslen_evex512
#define USE_AS_WCSLEN 1
#include "strlen-evex512.S"