S390: Use load-fp-integer instruction for roundeven functions.
commit4399b163376b331773e43917dcf56ce68e43e6a0
authorStefan Liebler <stli@linux.ibm.com>
Wed, 11 Dec 2019 14:09:28 +0000 (11 15:09 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Wed, 11 Dec 2019 14:12:22 +0000 (11 15:12 +0100)
tree463edaef281a6f13203e66bf599069dc718b2d1f
parent1902d5d5ff04771f16b67648789c75a18af06222
S390: Use load-fp-integer instruction for roundeven functions.

If compiled with z196 zarch support, the load-fp-integer instruction
is used to implement roundeven, roundevenf, roundevenl.
Otherwise the common-code implementation is used.
sysdeps/s390/fpu/s_roundeven.c [new file with mode: 0644]
sysdeps/s390/fpu/s_roundevenf.c [new file with mode: 0644]
sysdeps/s390/fpu/s_roundevenl.c [new file with mode: 0644]