S390: Use convert-to-fixed instruction for llround functions.
commit7d42d614fdc2c9d9f6ad46111bd6130501d50460
authorStefan Liebler <stli@linux.ibm.com>
Wed, 11 Dec 2019 14:09:31 +0000 (11 15:09 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Wed, 11 Dec 2019 14:12:24 +0000 (11 15:12 +0100)
tree6000bb43181df23ce04d148b7a884c426c4ff11d
parent9d9f3527daf65fdca0eb46eaa324b81b8f94d88c
S390: Use convert-to-fixed instruction for llround functions.

If compiled with z196 zarch support, the convert-to-fixed instruction
is used to implement llround, llroundf, llroundl.
Otherwise the common-code implementation is used.
sysdeps/s390/fpu/s_llround.c [new file with mode: 0644]
sysdeps/s390/fpu/s_llroundf.c [new file with mode: 0644]
sysdeps/s390/fpu/s_llroundl.c [new file with mode: 0644]