about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/s_roundeven.c
Commit message (Collapse)AuthorAgeFilesLines
* Update math: redirect roundeven functionH.J. Lu2021-06-271-1/+1
| | | | | Redirect target specific roundeven functions for aarch64, ldbl-128ibm and riscv.
* AArch64: Add support for roundeven[f]Wilco Dijkstra2021-06-081-0/+29
Add inline assembler for the roundeven functions. Passes GLIBC regression. Note GCC does not inline the builtin (PR100966), so this cannot be used for now.