S390: Use convert-to-fixed instruction for llrint functions.
commitf10c1654fe13d797d2fd347dc47f72f93c58cf62
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:23 +0000 (11 15:12 +0100)
treefbc67b0da0d472f9e692b02aeb733627361ea994
parente3f07622209c1b4436ef364b134dfd2cd4ca9976
S390: Use convert-to-fixed instruction for llrint functions.

If compiled with z196 zarch support, the convert-to-fixed instruction
is used to implement llrint, llrintf, llrintl.
Otherwise the common-code implementation is used.
sysdeps/s390/fpu/s_llrint.c [new file with mode: 0644]
sysdeps/s390/fpu/s_llrintf.c [new file with mode: 0644]
sysdeps/s390/fpu/s_llrintl.c [new file with mode: 0644]