about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/power7/add_n.S
Commit message (Collapse)AuthorAgeFilesLines
* PowerPC: Optimized mpn functions for PowerPC64/POWER7Adhemerval Zanella2013-12-061-0/+98
This patch add optimized __mpn_add_n/__mpn_sub_n for PowerPC64/POWER7. They are originally from GMP with adjustments for GLIBC.