PowerPC: Optimized mpn functions for PowerPC64/POWER7
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 22 Nov 2013 12:38:45 +0000 (06:38 -0600)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 6 Dec 2013 17:52:31 +0000 (11:52 -0600)
commit24eeafdb44f35fea7806a72037f2984df86a9ffe
treedba18dc8b17cd3e39a95de7f66b9b8db01fc778f
parent4a2c0fd44dde3f55c12517afe3658700a47b949c
PowerPC: Optimized mpn functions for PowerPC64/POWER7

This patch add optimized __mpn_add_n/__mpn_sub_n for PowerPC64/POWER7.
They are originally from GMP with adjustments for GLIBC.
ChangeLog
sysdeps/powerpc/powerpc64/power7/add_n.S [new file with mode: 0644]
sysdeps/powerpc/powerpc64/power7/sub_n.S [new file with mode: 0644]