diff options
author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2020-04-07 16:20:35 -0500 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2020-05-04 13:18:45 -0500 |
commit | a49e56a945972186a829ca3ad7dec7fb9c923488 (patch) | |
tree | 3f0d44c70d768803b50655390713ee90457c2ddd /include | |
parent | 06febd8c6705c816b2f32ee7aa1f4c0184b05248 (diff) | |
download | glibc-a49e56a945972186a829ca3ad7dec7fb9c923488.tar.gz glibc-a49e56a945972186a829ca3ad7dec7fb9c923488.tar.xz glibc-a49e56a945972186a829ca3ad7dec7fb9c923488.zip |
float128: use builtin_signbitf128 always
The minimum GCC version has been raised to 6.2 for building glibc. Therefore, follow the advice inside the implementation and remove the GCC < 6 codepath. Likewise, remove the hidden_proto as all internal usages should inline now.
Diffstat (limited to 'include')
-rw-r--r-- | include/math.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/math.h b/include/math.h index 3979c47400..e1c2a4eb64 100644 --- a/include/math.h +++ b/include/math.h @@ -29,7 +29,6 @@ hidden_proto (__isnanl) hidden_proto (__finitef128) hidden_proto (__isinff128) hidden_proto (__isnanf128) -hidden_proto (__signbitf128) # endif # endif |