Adhemerval Zanella 69f13dbf06 PowerPC: strcpy/stpcpy optimization for PPC64/POWER7
This patch intends to unify both strcpy and stpcpy implementationsi
for PPC64 and PPC64/POWER7. The idead default powerpc64 implementation
is to provide both doubleword and word aligned memory access.

For PPC64/POWER7 is also provide doubleword and word memory access,
remove the branch hints, use the cmpb instruction for compare
doubleword/words, and add an optimization for inputs of same alignment.
2013-10-25 13:28:24 -05:00
..
2013-09-04 15:25:42 +00:00
2013-09-23 00:52:09 -04:00
2013-10-17 16:03:24 +02:00
2013-10-04 22:29:51 +02:00
2013-08-21 19:48:48 +02:00
2013-09-23 00:52:09 -04:00
2013-10-10 14:42:58 -07:00
2013-10-18 21:04:22 +00:00
2013-09-04 15:25:42 +00:00
2013-08-21 19:48:48 +02:00
2013-10-08 15:46:48 +02:00