aboutsummaryrefslogtreecommitdiff
path: root/nss/getsgent.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2025-12-03 11:31:43 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2025-12-04 13:12:50 -0300
commiteb03df5404aa8a3c40d3de8d17885d19172c3a9d (patch)
treefa5d7784431fa7a496707dbaf7ef5c98c07d3563 /nss/getsgent.c
parent83dd79dffbcdd0ad57bf5471fbc1a3fd1d4e7e9a (diff)
downloadglibc-master.zip
glibc-master.tar.gz
glibc-master.tar.bz2
i386: Fix fmod/fmodf/remainder/remainderf for gcc-12HEADmaster
The __builtin_fmod{f} and __builtin_remainder{f} were added on gcc 13, and the minimum supported gcc is 12. This patch adds a configure test to check whether the compiler enables inlining for fmod/remainder, and uses inline assembly if not. Checked on i686-linux-gnu wih gcc-12. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'nss/getsgent.c')
0 files changed, 0 insertions, 0 deletions