S390: Use convert-to-fixed instruction for lround functions.
commit9d9f3527daf65fdca0eb46eaa324b81b8f94d88c
authorStefan Liebler <stli@linux.ibm.com>
Wed, 11 Dec 2019 14:09:30 +0000 (11 15:09 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Wed, 11 Dec 2019 14:12:23 +0000 (11 15:12 +0100)
tree312c6f1dfd61dc8c07730cc6c71fb6ef5d4edcaf
parentf10c1654fe13d797d2fd347dc47f72f93c58cf62
S390: Use convert-to-fixed instruction for lround functions.

If compiled with z196 zarch support, the convert-to-fixed instruction
is used to implement lround, lroundf, lroundl.
Otherwise the common-code implementation is used.
sysdeps/s390/fpu/s_lround.c [new file with mode: 0644]
sysdeps/s390/fpu/s_lroundf.c [new file with mode: 0644]
sysdeps/s390/fpu/s_lroundl.c [new file with mode: 0644]