about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/mul_1.S
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* PowerPC: Optimized mpn functions for PowerPC64Adhemerval Zanella2013-12-061-0/+135
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.