summaryrefslogtreecommitdiff
path: root/mpn/arm64/aors_n.asm
Commit message (Expand)AuthorAgeFilesLines
* Avoid the x18 register since it is reserved on Darwin.Torbjorn Granlund2020-11-291-6/+6
* Reduce number of unique register usaged.Torbjorn Granlund2017-02-211-8/+8
* Rewrite to use 4x unrolling.Torbjorn Granlund2017-02-161-32/+59
* (SETCY, RETVAL): Shorten insn sequences.Torbjorn Granlund2017-02-111-7/+7
* Change changecom to work around GNU m4 apparent miscompilation.Torbjorn Granlund2016-03-211-1/+1
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-10/+21
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Remove dead ptr update.Torbjorn Granlund2013-07-131-1/+1
* (ADDSUB): Remove unused definition.Torbjorn Granlund2013-03-141-2/+0
* Completely rewrite arm64 aors_n.asm.Torbjorn Granlund2013-03-031-18/+32
* Make it actually work for mpn_sub_n.Torbjorn Granlund2013-02-161-3/+3
* Initial arm64 asm files.Torbjorn Granlund2013-02-151-0/+75