This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [aarch64] Add a falkor variant for strlen


On 08/13/2018 08:53 PM, Andrew Pinski wrote:
         * sysdeps/aarch64/strlen.S (__strlen): Rename to STRLEN.
         [!STRLEN](STRLEN): Set to __strlen.
         * sysdeps/aarch64/multiarch/strlen.c: New file.
         * sysdeps/aarch64/multiarch/strlen_generic.S: Likewise.
         * sysdeps/aarch64/multiarch/strlen_falkor.S: Likewise.
         * sysdeps/aarch64/multiarch/ifunc-impl-list.c
         (__libc_ifunc_impl_list): Add strlen.
         * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
         strlen_generic and strlen_falkor.

Maybe change the name of strlen_falkor to strlen_simd so it can be
used by another processor and not be so confusing to them.

Sure thing.

Siddhesh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]