Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2014-03-03 | PowerPC: strrchr optimization for POWER7/PPC64 | Rajalakshmi Srinivasaraghavan | |
This patch optimizes strrchr() for ppc64. It uses aligned memory access along with cmpb instruction and CPU prefetch to avoid cache misses for speed improvement. |