about summary refs log tree commit diff
path: root/sysdeps/aarch64/strchr.S
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* [AArch64] Add optimized strchr.Richard Earnshaw2014-06-191-0/+138
Implementation of strchr for AArch64. Speedups taken from micro-bench show the improvements relative to the standard C code. The use of LD1 means we have identical code for both big- and little-endian systems.