Paul E. Murphy 25dba0ad05 powerpc: Add optimized P8 strspn
This utilizes vectors and bitmasks.  For small needle, large
haystack, the performance improvement is upto 8x.  For short
strings (0-4B), the cost of computing the bitmask dominates,
and is a tad slower.
2016-04-07 15:51:28 -05:00
..
2016-03-08 15:30:06 -03:00
2016-03-08 15:30:06 -03:00
2012-03-28 09:25:31 +02:00