PowerPC: Optimized mpn functions for PowerPC64
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 22 Nov 2013 12:38:03 +0000 (06:38 -0600)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 6 Dec 2013 17:52:22 +0000 (11:52 -0600)
commit4a2c0fd44dde3f55c12517afe3658700a47b949c
tree3b0c1942b5ee1ada45e9fc3d2e3aaf1e670e6965
parent4b5b548c9fedd5e6d920639e42ea8e5f473c4de3
PowerPC: Optimized mpn functions for PowerPC64

This patch add optimized __mpn_addmul, __mpn_addsub, __mpn_lshift, and
__mpn_mul_1 implementations for PowerPC64. They are originally from GMP
with adjustments for GLIBC.
ChangeLog
sysdeps/powerpc/powerpc64/addmul_1.S [new file with mode: 0644]
sysdeps/powerpc/powerpc64/lshift.S [new file with mode: 0644]
sysdeps/powerpc/powerpc64/mul_1.S [new file with mode: 0644]
sysdeps/powerpc/powerpc64/submul_1.S [new file with mode: 0644]