summaryrefslogtreecommitdiff
path: root/rtl/aarch64/math.inc
Commit message (Expand)AuthorAgeFilesLines
* * fix bootstrapping on aarch64-linux with 3.2.xflorian2021-04-251-26/+26
* + Aarch64: directly inline code for frac(...)florian2021-04-251-0/+11
* + Aarch64: use frintz for int(...) instead of creating a helper callflorian2021-04-251-15/+15
* * for Aarch64 inline assembly comments need to start with //svenbarth2020-10-181-1/+1
* * AArch64: added SIMD instructions (only plain ARMv8-A for now)jonas2020-10-151-4/+4
* + support for software floating point exception handling on AArch64 (-CE)florian2019-09-011-1/+1
* + round/trunc/int for AArch64jonas2015-02-231-0/+86