AArch64: Add support for roundeven[f]
commit6a86bc099219a656be479d5f31ff90ec7860b112
authorWilco Dijkstra <wdijkstr@arm.com>
Tue, 8 Jun 2021 12:33:09 +0000 (8 13:33 +0100)
committerWilco Dijkstra <wdijkstr@arm.com>
Tue, 8 Jun 2021 12:33:09 +0000 (8 13:33 +0100)
treebd87bb83418d61806d268464f16d0149b376622c
parentb190bccc8a7e4919d3bd68a153577284f201819a
AArch64: Add support for roundeven[f]

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.
sysdeps/aarch64/fpu/s_roundeven.c [new file with mode: 0644]
sysdeps/aarch64/fpu/s_roundevenf.c [new file with mode: 0644]