Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-22 | powerpc: strcasestr optmization for power8 | Rajalakshmi Srinivasaraghavan | |
This patch optimizes strcasestr function for power >= 8 systems. The average improvement of this optimization is ~40% and compares 16 bytes at a time using vector instructions. This patch is tested on powerpc64 and powerpc64le. | |||
2011-12-17 | Optimized strcasecmp for Power7 | Adhemerval Zanella | |