S390: Use convert-to-fixed instruction for lrint functions.
commite3f07622209c1b4436ef364b134dfd2cd4ca9976
authorStefan Liebler <stli@linux.ibm.com>
Wed, 11 Dec 2019 14:09:29 +0000 (11 15:09 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Wed, 11 Dec 2019 14:12:22 +0000 (11 15:12 +0100)
tree363f2be23fae1b1a138f7541bb2c027018bb8b1c
parent4399b163376b331773e43917dcf56ce68e43e6a0
S390: Use convert-to-fixed instruction for lrint functions.

If compiled with z196 zarch support, the convert-to-fixed instruction
is used to implement lrint, lrintf, lrintl.
Otherwise the common-code implementation is used.
sysdeps/s390/fpu/s_lrint.c [new file with mode: 0644]
sysdeps/s390/fpu/s_lrintf.c [new file with mode: 0644]
sysdeps/s390/fpu/s_lrintl.c [new file with mode: 0644]