1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
Files
glibc/sysdeps/ieee754/float128
Stefan Liebler ae3577f607 Use GCC builtins for nearbyint functions if desired.
This patch is using the corresponding GCC builtin for nearbyintf, nearbyint,
nearbintl and nearbyintf128 if the USE_FUNCTION_BUILTIN macros are defined to one
in math-use-builtins.h.

This is the case for s390 if build with at least --march=z196 --mzarch.
Otherwise the generic implementation is used.  The code of the generic
implementation is not changed.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2019-12-11 15:12:15 +01:00
..
2017-11-27 14:16:47 +00:00
2018-02-10 02:08:43 +00:00
2018-05-17 00:40:52 +00:00
2018-02-10 02:08:43 +00:00
2018-05-17 00:40:52 +00:00
2018-02-10 02:08:43 +00:00