1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-04 03:22:14 +03:00
Files
glibc/string
Vidya Ranganathan e65caf1f1d PowerPC: strspn optimization for PPC64/POWER7
The optimization is achieved by following techniques:
  > hashing of needle.
  > hashing avoids scanning of duplicate entries in needle across the string.
  > initializing the hash table with Vector instructions (VSX) by quadword access.
  > unrolling when scanning for character in string across hash table.
2014-03-11 08:54:33 -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