glibc/sysdeps/alpha/fpu
Joseph Myers 0175c9e9be Declare most TS 18661-1 interfaces for C2X.
C2X adds the interfaces from TS 18661-1, and all except a handful in
Annex F are unconditionally visible in C2X rather than only visible
when __STDC_WANT_IEC_60559_BFP_EXT__ is defined.  This patch updates
glibc headers accordingly: most uses of __GLIBC_USE
(IEC_60559_BFP_EXT) are changed to a new __GLIBC_USE
(IEC_60559_BFP_EXT_C2X).  (Regarding totalorder and totalordermag, the
type-generic macros in tgmath.h will go away when the functions are
changed to take pointer arguments.)

	* bits/libc-header-start.h (__GLIBC_USE_IEC_60559_BFP_EXT): Update
	comment.
	(__GLIBC_USE_IEC_60559_BFP_EXT_C2X): New macro.
	* bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]: Change to
	[__GLIBC_USE (IEC_60559_BFP_EXT_C2X)].
	* include/limits.h [__GLIBC_USE (IEC_60559_BFP_EXT)]: Likewise.
	* math/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]: Likewise.
	* math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)]: Likewise.
	* stdlib/bits/stdlib-ldbl.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* stdlib/stdint.h [__GLIBC_USE (IEC_60559_BFP_EXT)]: Likewise.
	* stdlib/stdlib.h [__GLIBC_USE (IEC_60559_BFP_EXT)]: Likewise.
	* sysdeps/aarch64/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* sysdeps/alpha/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* sysdeps/arm/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* sysdeps/csky/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* sysdeps/hppa/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* sysdeps/ia64/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* sysdeps/m68k/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* sysdeps/microblaze/bits/fenv.h [__GLIBC_USE
	(IEC_60559_BFP_EXT)]: Likewise.
	* sysdeps/mips/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* sysdeps/nios2/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* sysdeps/powerpc/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* sysdeps/riscv/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* sysdeps/s390/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* sysdeps/sh/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* sysdeps/sparc/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* sysdeps/x86/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise.
	* math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]:
	Likewise, except for totalorder, totalordermag, getpayload,
	setpayload and setpayloadsig.
	* math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)]: Likewise,
	except for totalorder and totalordermag.
2019-08-13 11:28:51 +00:00
..
bits Declare most TS 18661-1 interfaces for C2X. 2019-08-13 11:28:51 +00:00
cabsf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
cargf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
cfloat-compat.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
cimagf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
conjf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
crealf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
e_sqrt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
e_sqrtf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
fclrexcpt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fedisblxcpt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
feenablxcpt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fegetenv.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fegetexcept.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fegetmode.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fegetround.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
feholdexcpt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fenv_libc.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fesetenv.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fesetexcept.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fesetmode.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fesetround.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
feupdateenv.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fgetexcptflg.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fpu_control.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fsetexcptflg.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ftestexcept.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
get-rounding-mode.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
libm-test-ulps Update Alpha libm-test-ulps 2018-12-28 10:50:00 +01:00
libm-test-ulps-name Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139). 2016-11-04 16:49:06 +00:00
math-barriers.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_cacosf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_cacoshf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_casinf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_casinhf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_catanf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_catanhf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_ccosf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_ccoshf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_cexpf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_clog10f.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_clogf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_copysign.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_copysignf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_cpowf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_cprojf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_csinf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_csinhf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_csqrtf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_ctanf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_ctanhf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_fabs.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_fabsf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_fma.c Use libm_alias_double for dbl-64 fma. 2017-10-04 20:32:48 +00:00
s_isnan.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_isnanf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_llrint.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_llrintf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_llround.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_llroundf.c Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
s_lrint.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_lrintf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_lround.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_lroundf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_rint.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
s_rintf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Versions Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00