Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | powerpc: strcasestr optmization for power8 | Rajalakshmi Srinivasaraghavan | 2016-04-22 | 1 | -0/+4 |
| | | | | | | 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. | ||||
* | Optimized strcasecmp for Power7 | Adhemerval Zanella | 2011-12-17 | 1 | -0/+5 |