1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-16 06:44:32 +03:00
Adhemerval Zanella 6eaf95cbfa PowerPC: optimized strcspn for PPC64/POWER7
This patch add a optimized strcspn for POWER7 by using a different
algorithm than default implementation: it constructs a table based on
the 'accept' argument and use this table to check for any occurance
on the input string. The idea is similar as x86_64 uses.
For PowerPC some tunings were added, such as unroll loops and align
stack memory to table to 16 bytes (so VSX clean can ran without
alignment issues).
2014-03-20 11:24:52 -05:00
..
2001-04-26 20:45:18 +00:00
2006-01-10 00:25:07 +00:00
2001-03-19 21:40:15 +00:00
2014-02-28 22:45:33 +01:00
2001-02-22 13:46:25 +00:00
2009-03-14 23:57:33 +00:00
2013-02-17 16:34:04 +01:00