summaryrefslogtreecommitdiff
path: root/mpn/arm64/rshift.asm
Commit message (Expand)AuthorAgeFilesLines
* Avoid the x18 register since it is reserved on Darwin.Torbjorn Granlund2020-11-291-5/+5
* Replace old copyright headers to agree with current GMP license terms.Torbjorn Granlund2020-11-191-10/+21
* Add a comment.Torbjorn Granlund2017-02-221-0/+1
* Rewrite ARM64 shifting.Torbjorn Granlund2017-02-211-59/+62
* Change changecom to work around GNU m4 apparent miscompilation.Torbjorn Granlund2016-03-211-1/+1
* LLVM doesn't support negative immediates in arithmetic ops on aarch64.Marc Glisse2014-09-221-7/+7
* Provide arm64 lshift/rshift.Torbjorn Granlund2014-08-311-0/+121