]> git.ipfire.org Git - thirdparty/glibc.git/blame - math/Makefile
Improve the accuracy of tgamma (BZ #26983)
[thirdparty/glibc.git] / math / Makefile
CommitLineData
2b778ceb 1# Copyright (C) 1996-2021 Free Software Foundation, Inc.
28f540f4
RM
2# This file is part of the GNU C Library.
3
4# The GNU C Library is free software; you can redistribute it and/or
41bdb6e2
AJ
5# modify it under the terms of the GNU Lesser General Public
6# License as published by the Free Software Foundation; either
7# version 2.1 of the License, or (at your option) any later version.
28f540f4
RM
8
9# The GNU C Library is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
41bdb6e2 12# Lesser General Public License for more details.
28f540f4 13
41bdb6e2 14# You should have received a copy of the GNU Lesser General Public
59ba27a6 15# License along with the GNU C Library; if not, see
5a82c748 16# <https://www.gnu.org/licenses/>.
0c5ecdc4
UD
17
18# Makefile for the math library.
28f540f4 19
f7eac6eb
RM
20subdir := math
21
a5f891ac
JM
22include ../Makeconfig
23
f7eac6eb 24# Installed header files.
a2ce37b5 25headers := math.h bits/mathcalls.h \
a86573f4 26 fpu_control.h complex.h bits/cmathcalls.h fenv.h \
5f344915 27 bits/fenv.h bits/mathdef.h tgmath.h \
7bdb921d 28 bits/math-vector.h finclude/math-vector-fortran.h \
93eb85ce 29 bits/libm-simd-decl-stubs.h bits/iscanonical.h \
0acb8a2a 30 bits/flt-eval-method.h bits/fp-fast.h bits/fp-logb.h \
fcee5905 31 bits/long-double.h bits/mathcalls-helper-functions.h \
63716ab2 32 bits/floatn.h bits/floatn-common.h bits/mathcalls-narrow.h
f7eac6eb 33
5fbef188 34# FPU support code.
c94a8080 35aux := setfpucw fpu_control
28f540f4 36
f7eac6eb 37# Build the -lm library.
28f540f4 38
f7eac6eb 39extra-libs := libm
ec4b0518 40extra-libs-others = $(extra-libs)
58e07151 41
f56f9124 42libm-support = s_lib_version s_matherr s_signgam \
63551311
UD
43 fclrexcpt fgetexcptflg fraiseexcpt fsetexcptflg \
44 ftestexcept fegetround fesetround fegetenv feholdexcpt \
e70c1768 45 fesetenv feupdateenv fedisblxcpt feenablxcpt \
ec94343f
JM
46 fegetexcept fesetexcept fetestexceptflag fegetmode \
47 fesetmode
b9e05ed0 48
ce6698ea
PM
49# Wrappers for these functions generated per type using a file named
50# <func>_template.c and the appropriate math-type-macros-<TYPE>.h.
c624d232 51gen-libm-calls = cargF conjF cimagF crealF cabsF e_scalbF s_cacosF \
c50eee19 52 s_cacoshF s_ccosF s_ccoshF s_casinF s_csinF s_casinhF \
d5602ceb 53 k_casinhF s_csinhF k_casinhF s_csinhF s_catanhF s_catanF \
feb62dda 54 s_ctanF s_ctanhF s_cexpF s_clogF s_cprojF s_csqrtF \
2c46d114 55 s_cpowF s_clog10F s_fdimF s_nextdownF s_fmaxF s_fminF \
5e79e029
TMQMF
56 s_nanF s_iseqsigF s_canonicalizeF s_significandF \
57 w_ilogbF w_llogbF \
aec0821c
GG
58 w_log1pF w_scalblnF s_fmaxmagF s_fminmagF w_acosF \
59 w_acoshF w_asinF w_atan2F w_atanhF w_coshF w_exp10F \
60 w_exp2F w_fmodF w_hypotF w_j0F w_j1F w_jnF w_logF \
c624d232
TMQMF
61 w_log10F w_log2F w_powF w_remainderF w_scalbF \
62 w_sinhF w_sqrtF \
7620dc12 63 w_tgammaF w_lgammaF w_lgammaF_r w_expF e_exp2F
ce6698ea 64
b9e05ed0
PM
65libm-calls = \
66 e_acosF e_acoshF e_asinF e_atan2F e_atanhF e_coshF e_expF e_fmodF \
67 e_hypotF e_j0F e_j1F e_jnF e_lgammaF_r e_logF e_log10F e_powF \
c624d232 68 e_remainderF e_sinhF e_sqrtF e_gammaF_r \
b9e05ed0 69 e_ilogbF \
ca3aac57 70 k_tanF s_asinhF s_atanF s_cbrtF \
b9e05ed0 71 s_ceilF s_cosF s_erfF s_expm1F s_fabsF \
14348aae 72 s_floorF s_log1pF s_logbF \
e4d6a835 73 s_nextafterF s_nexttowardF s_rintF s_scalblnF \
5e79e029 74 s_sinF s_tanF s_tanhF \
2c46d114 75 s_fpclassifyF s_truncF \
7620dc12 76 s_remquoF e_log2F s_roundF s_nearbyintF s_sincosF \
f67d7819 77 s_fmaF s_lrintF s_llrintF s_lroundF s_llroundF e_exp10F \
c50eee19 78 s_issignalingF $(calls:s_%=m_%) x2y2m1F \
b9e05ed0 79 gamma_productF lgamma_negF lgamma_productF \
f8e8b8ed 80 s_nextupF s_totalorderF s_totalordermagF s_getpayloadF \
423c2b9d
JM
81 s_setpayloadF s_setpayloadsigF s_roundevenF s_fromfpF s_ufromfpF \
82 s_fromfpxF s_ufromfpxF $(gen-libm-calls)
b9e05ed0 83
3789e2fd 84libm-compat-calls = \
f67d7819
GG
85 w_acosF_compat w_acoshF_compat w_asinF_compat w_atan2F_compat \
86 w_atanhF_compat w_coshF_compat w_exp2F_compat w_exp10F_compat \
87 w_fmodF_compat w_hypotF_compat w_j0F_compat w_j1F_compat \
88 w_jnF_compat w_log2F_compat w_log10F_compat w_logF_compat \
89 w_powF_compat w_remainderF_compat w_scalbF_compat \
ea814db2 90 w_sinhF_compat w_sqrtF_compat w_tgammaF_compat \
3789e2fd
GG
91 w_lgammaF_r_compat w_lgammaF_compat2 w_expF_compat \
92 w_lgamma_compatF k_standardF
b9e05ed0 93
632a6cbe 94libm-narrow-fns = add div mul sub
63716ab2
JM
95libm-narrow-types-basic = s_fF s_f32xFf64
96libm-narrow-types-ldouble-yes = s_fFl s_dFl
97libm-narrow-types-float128-yes = s_f32Ff128 s_f64Ff128 s_f64xFf128
98libm-narrow-types-float128-alias-yes = s_f64xFf128
99libm-narrow-types = $(libm-narrow-types-basic) \
100 $(libm-narrow-types-ldouble-$(long-double-fcts)) \
101 $(libm-narrow-types-float128-$(float128-fcts)) \
102 $(libm-narrow-types-float128-alias-$(float128-alias-fcts))
103
b9e05ed0
PM
104# Type specific routine support.
105#
106# The following three variables control what is included for each type:
107#
108# type-floatN-suffix = The suffix of the type
109# type-floatN-routines = Type specific support objects
110# type-floatN-yes = If the type is supported, evaluates to floatN
111#
112# Finally, note that types is an intentionally recursive variable.
113# We only know the full set of supported types for the target machine
114# after the Rules makefile has been parsed.
26265c3b 115types-basic = $(type-ldouble-$(long-double-fcts)) double float
b9e05ed0 116
bc9620d0
JM
117# Like types, but includes types whose functions alias those for
118# another type.
119test-types-basic = ldouble double float
120
b9e05ed0
PM
121# long double support
122type-ldouble-suffix := l
ca3aac57
WD
123type-ldouble-routines := t_sincosl k_sinl k_cosl k_sincosl s_iscanonicall \
124 e_rem_pio2l
b9e05ed0
PM
125type-ldouble-yes := ldouble
126
127# double support
128type-double-suffix :=
47ad14d7 129type-double-routines := branred k_rem_pio2 \
3e08ff54 130 sincostab math_err e_exp_data e_log_data \
424c4f60 131 e_log2_data e_pow_log_data
b9e05ed0
PM
132
133# float support
134type-float-suffix := f
ca3aac57 135type-float-routines := math_errf e_exp2f_data e_logf_data \
ea5c662c 136 e_log2f_data e_powf_log2_data s_sincosf_data
b9e05ed0 137
26265c3b
PM
138# _Float128 support
139type-float128-suffix := f128
ca3aac57
WD
140type-float128-routines := t_sincosf128 k_sinf128 k_cosf128 k_sincosf128 \
141 e_rem_pio2f128
26265c3b 142type-float128-yes := float128
ae7207d0
JM
143
144# _Float64x may be supported, only as an alias type.
145type-float64x-yes := float64x
146
0059122a
RS
147# IBM long double support in additional to IEEE 128 long double support
148type-ibm128-suffix := l
149type-ibm128-yes := ibm128
150
26265c3b 151types = $(types-basic) $(type-float128-$(float128-fcts))
596f7013 152test-types = $(test-types-basic) $(type-float128-$(float128-fcts)) \
1f9055ce 153 float32 float64 $(type-float128-$(float128-alias-fcts)) \
0059122a
RS
154 float32x $(type-float64x-$(float64x-alias-fcts)) \
155 $(type-ibm128-$(ibm128-fcts))
26265c3b 156
8e554659
JM
157# Pairs of types for which narrowing functions should be tested (this
158# variable has more entries than libm-narrow-types because it includes
159# pairs for which the functions sometimes or always alias functions
160# for other types). This definition embeds the assumption that if
161# _Float64x is supported, so is _Float128, and vice versa (they may or
162# may not have the same format).
163test-type-pairs = float-double float-ldouble double-ldouble \
164 float32-float64 float32-float32x float32x-float64 \
165 $(test-type-pairs-f64xf128-$(float128-fcts)) \
166 $(test-type-pairs-f64xf128-$(float128-alias-fcts))
167test-type-pairs-f64xf128-yes = float32-float64x float32-float128 \
168 float64-float64x float64-float128 \
169 float32x-float64x float32x-float128 \
170 float64x-float128
171
26265c3b
PM
172# For each of the basic types (float, double, long double), replace the
173# occurrences of 'F' in arg 1 with the appropriate suffix for the type.
174type-basic-foreach = $(foreach t, $(types-basic), \
175 $(subst F,$(type-$(t)-suffix),$(1)))
b9e05ed0
PM
176
177# Apply suffix to each type in arg 1
178type-foreach = $(foreach t,$(types),$(subst F,$(type-$(t)-suffix),$(1)))
179
3789e2fd 180libm-routines = $(strip $(libm-support) \
26265c3b
PM
181 $(call type-basic-foreach, \
182 $(libm-compat-calls)) \
b9e05ed0
PM
183 $(call type-foreach, $(libm-calls)) \
184 $(foreach t, $(types), $(type-$(t)-routines))) \
63716ab2
JM
185 $(foreach f,$(libm-narrow-fns), \
186 $(subst F,$(f),$(libm-narrow-types)))
58e07151 187
f7eac6eb
RM
188# These functions are in libc instead of libm because __printf_fp
189# calls them, so any program using printf will need them linked in,
190# and we don't want to have to link every program with -lm.
92712dee
RM
191# In libm-calls (above), list m_foo in place of s_foo for any
192# routine that should be compiled separately for its libc and libm versions.
b9e05ed0 193calls = s_isinfF s_isnanF s_finiteF s_copysignF s_modfF s_scalbnF s_frexpF \
9f9834f5
PM
194 s_signbitF $(gen-calls)
195gen-calls = s_ldexpF
b9e05ed0
PM
196generated += $(foreach s,.c .S,$(call type-foreach, $(calls:s_%=m_%$(s))))
197routines = $(call type-foreach, $(calls))
4898d971
SP
198# The $(calls) that are shared between libm and libc are not included in static
199# libm so the symbols end up in exactly one place.
200libm-shared-only-routines = $(call type-foreach, $(calls:s_%=m_%))
8847214f 201
5695d46f 202ifeq ($(build-mathvec),yes)
cbd8f930
AS
203# We need to install libm.so and libm.a as linker scripts
204# for transparent use of vector math library.
205install-lib-ldscripts := libm.so libm.a
206install-others = $(inst_libdir)/libm.so $(inst_libdir)/libm.a
5695d46f
AS
207$(inst_libdir)/libm.so: $(common-objpfx)format.lds \
208 $(libm) \
209 $(libmvec) \
210 $(+force)
211 (echo '/* GNU ld script'; echo '*/';\
212 cat $<; \
213 echo 'GROUP ( $(slibdir)/libm.so$(libm.so-version) ' \
d0007dc5 214 'AS_NEEDED ( $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
f9378ac3
DAS
215 ) > $@.new
216 mv -f $@.new $@
cbd8f930 217
ffb8455c
AS
218$(inst_libdir)/libm-$(version).a: $(objpfx)libm.a \
219 $(+force)
220 $(do-install)
221
cbd8f930 222$(inst_libdir)/libm.a: $(common-objpfx)format.lds \
ffb8455c
AS
223 $(inst_libdir)/libm-$(version).a \
224 $(objpfx)../mathvec/libmvec.a \
cbd8f930
AS
225 $(+force)
226 (echo '/* GNU ld script'; echo '*/';\
227 cat $<; \
ffb8455c 228 echo 'GROUP ( $(libdir)/libm-$(version).a $(libdir)/libmvec.a )' \
cbd8f930 229 ) > $@.new
cbd8f930 230 mv -f $@.new $@
5695d46f
AS
231endif
232
c57abfa7 233# Rules for the test suite.
a4d57b79 234tests = test-matherr-3 test-fenv basic-test \
95e7cf29
MR
235 test-misc test-fpucw test-fpucw-ieee tst-definitions test-tgmath \
236 test-tgmath-ret bug-nextafter bug-nexttoward bug-tgmath1 \
237 test-tgmath-int test-tgmath2 test-powl tst-CMPLX tst-CMPLX2 test-snan \
5f344915 238 test-fenv-tls test-fenv-preserve test-fenv-return \
55d53011 239 test-nearbyint-except test-fenv-clear \
d709042a
JM
240 test-nearbyint-except-2 test-signgam-uchar test-signgam-uchar-init \
241 test-signgam-uint test-signgam-uint-init test-signgam-ullong \
8f5e8b01 242 test-signgam-ullong-init test-nan-overflow test-nan-payload \
5146356f 243 test-fexcept test-fexcept-traps test-fesetexcept \
ec94343f 244 test-fesetexcept-traps test-fetestexceptflag test-femode \
d0800ae0 245 test-femode-traps test-iszero-excess-precision \
c2a82dac 246 test-iseqsig-excess-precision test-flt-eval-method \
c0b43536 247 test-fp-ilogb-constants test-fp-llogb-constants \
55d53011 248 test-fe-snans-always-signal test-narrow-macros \
48b12ed5 249 test-nan-const $(tests-static)
d709042a
JM
250tests-static = test-fpucw-static test-fpucw-ieee-static \
251 test-signgam-uchar-static test-signgam-uchar-init-static \
252 test-signgam-uint-static test-signgam-uint-init-static \
253 test-signgam-ullong-static test-signgam-ullong-init-static
779c404d
FW
254
255# The tested symbols matherr, _LIB_VERSION have been removed in glibc 2.27.
256ifeq ($(have-GLIBC_2.26)$(build-shared),yesyes)
257tests += test-matherr test-matherr-2
258endif
c57abfa7 259
a4d57b79
FW
260# These tests use internal (unexported) GMP functions and are linked
261# statically to obtain access to these functions.
262tests-static += atest-exp atest-sincos atest-exp2
263
0800411f 264ifneq (,$(CXX))
aa0235df 265tests += test-math-isinff test-math-iszero test-math-issignaling \
c85e54ac 266 test-math-iscanonical test-math-cxx11 test-math-iseqsig
0800411f
RM
267endif
268
24a2718f 269libm-vec-tests = $(addprefix test-,$(libmvec-tests))
bc9620d0 270libm-test-support = $(foreach t,$(test-types),libm-test-support-$(t))
3b2f6032
JM
271test-extras += $(libm-test-support)
272extra-test-objs += $(addsuffix .o, $(libm-test-support))
b4bcb3ae
AS
273libm-vec-test-wrappers = $(addsuffix -wrappers, $(libm-vec-tests))
274test-extras += $(libm-vec-test-wrappers)
275extra-test-objs += $(addsuffix .o, $(libm-vec-test-wrappers))
8847214f 276
e0a3ed4f 277ulps-file = $(firstword $(wildcard $(sysdirs:%=%/libm-test-ulps)))
882ed1be 278
2813e41e 279$(objpfx)libm-test-ulps.h: $(ulps-file) gen-libm-test.py
5cd81881 280 $(make-target-directory)
2813e41e 281 $(PYTHON) gen-libm-test.py -u $< -H $@
5cd81881 282
6b8303a3 283libm-test-funcs-auto = acos acosh asin asinh atan atan2 atanh cabs cacos \
2c51dfd0
JM
284 cacosh carg casin casinh catan catanh cbrt ccos ccosh \
285 cexp clog clog10 cos cosh cpow csin csinh csqrt ctan \
286 ctanh erf erfc exp exp10 exp2 expm1 fma hypot j0 j1 jn \
287 lgamma log log10 log1p log2 pow sin sincos sinh sqrt \
288 tan tanh tgamma y0 y1 yn
289libm-test-funcs-noauto = canonicalize ceil cimag conj copysign cproj creal \
290 fabs fdim floor fmax fmaxmag fmin fminmag fmod \
291 fpclassify frexp fromfp fromfpx getpayload ilogb \
292 iscanonical iseqsig isfinite isgreater \
293 isgreaterequal isinf isless islessequal \
294 islessgreater isnan isnormal issignaling issubnormal \
295 isunordered iszero llogb llrint llround logb lrint \
296 lround modf nearbyint nextafter nextdown nexttoward \
297 nextup remainder remquo rint round roundeven scalb \
298 scalbln scalbn setpayload setpayloadsig signbit \
299 significand totalorder totalordermag trunc ufromfp \
42760d76
JM
300 ufromfpx compat_totalorder compat_totalordermag
301libm-test-funcs-compat = compat_totalorder compat_totalordermag
632a6cbe 302libm-test-funcs-narrow = add div mul sub
5cbb5849
JM
303libm-test-funcs-all = $(libm-test-funcs-auto) $(libm-test-funcs-noauto)
304libm-test-c-auto = $(foreach f,$(libm-test-funcs-auto),libm-test-$(f).c)
305libm-test-c-noauto = $(foreach f,$(libm-test-funcs-noauto),libm-test-$(f).c)
8e554659
JM
306libm-test-c-narrow = $(foreach f,$(libm-test-funcs-narrow),\
307 libm-test-narrow-$(f).c)
308generated += libm-test-ulps.h $(libm-test-c-auto) $(libm-test-c-noauto) \
309 $(libm-test-c-narrow)
92061bb0 310
bc9620d0 311libm-tests-base-normal = $(foreach t,$(test-types),test-$(t))
8e554659 312libm-tests-base-narrow = $(foreach t,$(test-type-pairs),test-$(t))
1c15464c 313libm-tests-base = $(libm-tests-base-normal) $(libm-vec-tests)
92061bb0
JM
314libm-tests-normal = $(foreach t,$(libm-tests-base-normal),\
315 $(foreach f,$(libm-test-funcs-all),\
316 $(t)-$(f)))
8e554659
JM
317libm-tests-narrow = $(foreach t,$(libm-tests-base-narrow),\
318 $(foreach f,$(libm-test-funcs-narrow),\
319 $(t)-$(f)))
92061bb0
JM
320libm-tests-vector = $(foreach t,$(libmvec-tests),\
321 $(foreach f,$($(t)-funcs),test-$(t)-$(f)))
1c15464c 322libm-tests = $(libm-tests-normal) $(libm-tests-narrow) $(libm-tests-vector)
42760d76 323libm-tests-compat = $(foreach t,$(libm-tests-base-normal) \
1c15464c 324 $(libm-tests-base-finite),\
42760d76
JM
325 $(foreach f,$(libm-test-funcs-compat),\
326 $(t)-$(f)))
92061bb0 327libm-tests-for-type = $(foreach f,$(libm-test-funcs-all),\
55d53011 328 test-$(1)-$(f) test-i$(1)-$(f)) \
8e554659
JM
329 $(filter test-$(1)-%,$(libm-tests-vector) \
330 $(libm-tests-narrow))
92061bb0
JM
331
332libm-tests.o = $(addsuffix .o,$(libm-tests))
333
07db3f55 334tests += $(libm-tests)
92061bb0 335generated += $(addsuffix .c,$(libm-tests)) \
bc9620d0 336 $(foreach t,$(test-types),libm-test-support-$(t).c)
5cbb5849
JM
337
338libm-test-c-auto-obj = $(addprefix $(objpfx),$(libm-test-c-auto))
339libm-test-c-noauto-obj = $(addprefix $(objpfx),$(libm-test-c-noauto))
8e554659 340libm-test-c-narrow-obj = $(addprefix $(objpfx),$(libm-test-c-narrow))
5cbb5849 341
92061bb0 342$(libm-test-c-noauto-obj): $(objpfx)libm-test%.c: libm-test%.inc \
2813e41e 343 gen-libm-test.py
5cbb5849 344 $(make-target-directory)
2813e41e 345 $(PYTHON) gen-libm-test.py -c $< -a /dev/null -C $@
4f1bc131 346
5cbb5849 347$(libm-test-c-auto-obj): $(objpfx)libm-test%.c: libm-test%.inc \
2813e41e 348 gen-libm-test.py \
5cbb5849 349 auto-libm-test-out%
5cd81881 350 $(make-target-directory)
2813e41e 351 $(PYTHON) gen-libm-test.py -c $< -a auto-libm-test-out$* -C $@
8e554659
JM
352
353$(libm-test-c-narrow-obj): $(objpfx)libm-test%.c: libm-test%.inc \
2813e41e 354 gen-libm-test.py \
8e554659
JM
355 auto-libm-test-out%
356 $(make-target-directory)
2813e41e 357 $(PYTHON) gen-libm-test.py -c $< -a auto-libm-test-out$* -C $@
8847214f 358
42760d76
JM
359# Tests for totalorder compat symbols reuse the table of tests as
360# processed by gen-libm-test.py, so add dependencies on the generated
361# .c files.
362$(foreach t,$(libm-tests-base),\
363 $(objpfx)$(t)-compat_totalorder.o): $(objpfx)libm-test-totalorder.c
364
365$(foreach t,$(libm-tests-base),\
366 $(objpfx)$(t)-compat_totalordermag.o): $(objpfx)libm-test-totalordermag.c
367
f9fabc1b
JM
368# _Float128x omitted as not supported by gen-tgmath-tests.py.
369tgmath3-narrow-types = f d f16 f32 f64 f128 f32x f64x
370tgmath3-narrow-macros = $(foreach t,$(tgmath3-narrow-types), \
371 $(foreach f,$(libm-narrow-fns),$(t)$(f)))
7c67e6e8
JM
372tgmath3-macros = atan2 cbrt ceil copysign erf erfc exp2 expm1 fdim floor \
373 fma fmax fmin fmod frexp hypot ilogb ldexp lgamma llrint \
374 llround log10 log1p log2 logb lrint lround nearbyint \
375 nextafter nexttoward remainder remquo rint round scalbn \
376 scalbln tgamma trunc acos asin atan acosh asinh atanh cos \
377 sin tan cosh sinh tanh exp log pow sqrt fabs carg cimag conj \
378 cproj creal roundeven nextup nextdown fminmag fmaxmag llogb \
f9fabc1b 379 fromfp fromfpx ufromfp ufromfpx scalb $(tgmath3-narrow-macros)
7c67e6e8
JM
380tgmath3-macro-tests = $(addprefix test-tgmath3-,$(tgmath3-macros))
381tests += $(tgmath3-macro-tests)
382generated += $(addsuffix .c,$(tgmath3-macro-tests))
383
384$(tgmath3-macro-tests:%=$(objpfx)%.o): CFLAGS += -fno-builtin
385
386$(foreach m,$(tgmath3-macros),\
387 $(objpfx)test-tgmath3-$(m).c): $(objpfx)test-tgmath3-%.c: \
388 gen-tgmath-tests.py
389 $(PYTHON) gen-tgmath-tests.py $* > $@
390
391# Verify that the list of supported macros is in sync between the
392# Makefile and gen-tgmath-tests.py.
393tests-special += $(objpfx)test-tgmath3-macro-list.out
394$(objpfx)test-tgmath3-macro-list.out: gen-tgmath-tests.py
395 $(PYTHON) $< check-list $(tgmath3-macros) > $@; \
396 $(evaluate-test)
2dd0aec5 397
24a2718f
AS
398libm-test-fast-math-cflags = -fno-builtin -D__FAST_MATH__ -DTEST_FAST_MATH
399libm-test-vec-cflags = $(libm-test-fast-math-cflags) -fno-inline \
400 -ffloat-store -D_OPENMP=201307 -Wno-unknown-pragmas
401
36975e8e 402CFLAGS-test-double-vlen4-wrappers.c += $(double-vlen4-arch-ext-cflags)
24a2718f 403
36975e8e 404CFLAGS-test-double-vlen8-wrappers.c += $(double-vlen8-arch-ext-cflags)
24a2718f 405
36975e8e 406CFLAGS-test-float-vlen8-wrappers.c += $(float-vlen8-arch-ext-cflags)
2a523216 407
36975e8e 408CFLAGS-test-float-vlen16-wrappers.c += $(float-vlen16-arch-ext-cflags)
2a523216 409
26211284
JM
410# The no-inline tests use -fsignaling-nans, and thereby use the
411# versions of classification macros that support sNaNs. The inline
412# function tests use the versions of classification macros that may
413# raise spurious exceptions for sNaNs, but also do not test for
414# exceptions. Thus both versions of the classification macros are
415# validated.
416libm-test-no-inline-cflags = -fno-inline -ffloat-store -fno-builtin \
417 -fsignaling-nans
36975e8e 418CFLAGS-test-tgmath.c += -fno-builtin
d077f65f
MT
419# The following testcase uses very long lines (>3 million), so it may take a
420# while to compile it. See: http://llvm.org/bugs/show_bug.cgi?id=14106 and
5a82c748 421# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402
36975e8e
L
422CFLAGS-test-tgmath2.c += -fno-builtin
423CFLAGS-test-tgmath-ret.c += -fno-builtin
424CFLAGS-test-powl.c += -fno-builtin
425
426CFLAGS-test-snan.c += -fsignaling-nans
427
36975e8e
L
428CFLAGS-test-signgam-uchar.c += -std=c99
429CFLAGS-test-signgam-uchar-init.c += -std=c99
430CFLAGS-test-signgam-uchar-static.c += -std=c99
431CFLAGS-test-signgam-uchar-init-static.c += -std=c99
432CFLAGS-test-signgam-uint.c += -std=c99
433CFLAGS-test-signgam-uint-init.c += -std=c99
434CFLAGS-test-signgam-uint-static.c += -std=c99
435CFLAGS-test-signgam-uint-init-static.c += -std=c99
436CFLAGS-test-signgam-ullong.c += -std=c99
437CFLAGS-test-signgam-ullong-init.c += -std=c99
438CFLAGS-test-signgam-ullong-static.c += -std=c99
439CFLAGS-test-signgam-ullong-init-static.c += -std=c99
440
441CFLAGS-test-math-cxx11.cc += -std=c++11
442
443CFLAGS-test-math-isinff.cc += -std=gnu++11
444CFLAGS-test-math-iszero.cc += -std=gnu++11
445CFLAGS-test-math-issignaling.cc += -std=gnu++11
446CFLAGS-test-math-iscanonical.cc += -std=gnu++11
447
448CFLAGS-test-iszero-excess-precision.c += -fexcess-precision=standard
449CFLAGS-test-iseqsig-excess-precision.c += -fexcess-precision=standard
450CFLAGS-test-flt-eval-method.c += -fexcess-precision=standard
451
452CFLAGS-test-fe-snans-always-signal.c += -fsignaling-nans
453
48b12ed5
JM
454CFLAGS-test-nan-const.c += -fno-builtin
455
28f540f4
RM
456include ../Rules
457
9f9834f5
PM
458gen-all-calls = $(gen-libm-calls) $(gen-calls)
459
460generated += $(addsuffix .c,$(call type-foreach,$(gen-all-calls))) \
ce6698ea
PM
461 gen-libm-templates.stmp
462
463# Create wrappers in the math build directory.
9f9834f5
PM
464$(objpfx)gen-libm-templates.stmp: Makefile
465 $(make-target-directory)
466 for gcall in $(gen-all-calls); do \
ce6698ea
PM
467 func=$${gcall%F*}$${gcall#*F}; \
468 for type in $(foreach t,$(types),$(t)__$(type-$(t)-suffix)); do \
469 suff=$${type#*__}; \
470 type=$${type%__*}; \
471 file=$(objpfx)$${gcall%F*}$${suff}$${gcall#*F}.c; \
472 ( \
473 echo "#include <math-type-macros-$${type}.h>"; \
474 echo "#include <$${func}_template.c>"; \
475 ) > $${file}; \
476 done; \
477 done; \
478 echo > $(@)
479
480# Add dependency to ensure the generator runs prior.
9f9834f5 481$(foreach t, $(call type-foreach, $(gen-all-calls)), \
ce6698ea
PM
482 $(objpfx)$(t).c): $(objpfx)gen-libm-templates.stmp
483
b2faf4ea 484# This must come after the inclusion of sysdeps Makefiles via Rules.
b2faf4ea 485
92061bb0
JM
486$(foreach t,$(libm-tests-normal),$(objpfx)$(t).c): $(objpfx)test-%.c:
487 type_func=$*; \
488 type=$${type_func%%-*}; \
489 func=$${type_func#*-}; \
490 ( \
491 echo "#include <test-$$type.h>"; \
55d53011 492 echo "#include <test-math-exceptions.h>"; \
92061bb0
JM
493 echo "#include <test-math-errno.h>"; \
494 echo "#include <test-math-scalar.h>"; \
495 echo "#include <libm-test-$$func.c>"; \
496 ) > $@
497
8e554659
JM
498$(foreach t,$(libm-tests-narrow),$(objpfx)$(t).c): $(objpfx)test-%.c:
499 type_pair_func=$*; \
500 type_pair=$${type_pair_func%-*}; \
501 func=$${type_pair_func##*-}; \
502 ret_type=$${type_pair%%-*}; \
503 arg_type=$${type_pair#*-}; \
504 ( \
505 echo "#include <test-$$ret_type.h>"; \
506 echo "#include <test-arg-$$arg_type.h>"; \
55d53011 507 echo "#include <test-math-exceptions.h>"; \
8e554659
JM
508 echo "#include <test-math-errno.h>"; \
509 echo "#include <test-math-narrow.h>"; \
510 echo "#include <libm-test-narrow-$$func.c>"; \
511 ) > $@
512
92061bb0
JM
513$(foreach t,$(libm-tests-vector),$(objpfx)$(t).c): $(objpfx)test-%.c:
514 type_func=$*; \
515 type=$${type_func%-*}; \
516 func=$${type_func##*-}; \
517 func_args=$$(grep ALL_RM_TEST libm-test-$$func.inc \
518 | sed 's/.*RUN_TEST_LOOP_//;s/_.*//'); \
519 ( \
520 echo "#include <test-$$type.h>"; \
521 echo "WRAPPER_DECL_$$func_args (WRAPPER_NAME (FUNC ($$func)))"; \
522 echo "#include <libm-test-$$func.c>"; \
523 ) > $@
524
bc9620d0 525$(foreach t,$(test-types),\
92061bb0
JM
526 $(objpfx)libm-test-support-$(t).c): $(objpfx)libm-test-support-%.c:
527 ( \
528 echo "#include <test-$*.h>"; \
529 echo "#include <libm-test-support.c>"; \
530 ) > $@
531
532$(addprefix $(objpfx), $(libm-tests.o)): $(objpfx)libm-test-ulps.h
3b2f6032 533
92061bb0
JM
534define o-iterator-doit
535$(foreach f,$(libm-test-funcs-all),\
536 $(objpfx)$(o)-$(f).o): $(objpfx)$(o)%.o: $(objpfx)libm-test%.c
537endef
538object-suffixes-left := $(libm-tests-base)
539include $(o-iterator)
540
8e554659
JM
541define o-iterator-doit
542$(foreach f,$(libm-test-funcs-narrow),\
543 $(objpfx)$(o)-$(f).o): $(objpfx)$(o)%.o: \
544 $(objpfx)libm-test-narrow%.c
545endef
546object-suffixes-left := $(libm-tests-base-narrow)
547include $(o-iterator)
548
92061bb0
JM
549define o-iterator-doit
550$(foreach f,$(libm-test-funcs-all),\
551 $(objpfx)$(o)-$(f).o): CFLAGS += $(libm-test-no-inline-cflags)
552endef
553object-suffixes-left := $(libm-tests-base-normal)
554include $(o-iterator)
3b2f6032 555
92061bb0 556define o-iterator-doit
8e554659
JM
557$(foreach f,$(libm-test-funcs-narrow),\
558 $(objpfx)$(o)-$(f).o): CFLAGS += $(libm-test-no-inline-cflags)
559endef
560object-suffixes-left := $(libm-tests-base-narrow)
561include $(o-iterator)
562
92061bb0
JM
563define o-iterator-doit
564$(foreach f,$($(o)-funcs),\
565 $(objpfx)test-$(o)-$(f).o): CFLAGS += $(libm-test-vec-cflags)
566endef
567object-suffixes-left := $(libmvec-tests)
568include $(o-iterator)
569
570define o-iterator-doit
3b2f6032 571$(addprefix $(objpfx),\
92061bb0
JM
572 $(call libm-tests-for-type,$(o))): $(objpfx)libm-test-support-$(o).o
573endef
bc9620d0 574object-suffixes-left := $(test-types)
92061bb0
JM
575include $(o-iterator)
576
577define o-iterator-doit
578$(objpfx)libm-test-support-$(o).o: CFLAGS += $(libm-test-no-inline-cflags)
579endef
bc9620d0 580object-suffixes-left := $(test-types)
92061bb0 581include $(o-iterator)
3b2f6032 582
26510bdd
CD
583# Run the math programs to automatically generate ULPs files.
584.PHONY: regen-ulps
585
586run-regen-ulps = $(test-wrapper-env) \
8540f6d2 587 $(run-program-env) \
b9256ab6 588 $($*-ENV) $(rtld-prefix) $(objpfx)$${run}
26510bdd
CD
589
590regen-ulps: $(addprefix $(objpfx),$(libm-tests))
591 rm -f $(objpfx)ULPs; rm -f $(objpfx)NewUlps; \
592 cp $(ulps-file) $(objpfx)libm-test-ulps; \
b9256ab6 593 for run in $(libm-tests); do \
26510bdd
CD
594 echo "Regenerating ULPs for $${run}"; \
595 $(run-regen-ulps) -u -o $(objpfx); \
596 cat $(objpfx)ULPs >> $(objpfx)libm-test-ulps; \
597 rm $(objpfx)ULPs; \
598 done; \
2813e41e
JM
599 $(PYTHON) gen-libm-test.py -n $(objpfx)NewUlps \
600 -u $(objpfx)libm-test-ulps; \
26510bdd
CD
601 echo "Automatic regeneration of ULPs complete."; \
602 echo "Difference between the current baseline and the new baseline is:";\
603 diff -urN $(ulps-file) $(objpfx)NewUlps; \
604 echo "Copy $(objpfx)NewUlps to $(ulps-file) (relative to source)."
f7eac6eb 605
2f663a98
RM
606# The generated sysd-rules file defines rules like this for sources
607# coming from sysdeps/ directories. These rules find the generic sources.
608define o-iterator-doit
609$(objpfx)m_%$o: s_%.c $(before-compile); $$(compile-command.c)
610endef
611object-suffixes-left := $(all-object-suffixes)
612include $(o-iterator)
613
9f9834f5
PM
614# Likewise, for those generated files shared with libc.
615define o-iterator-doit
616$(objpfx)m_%$o: $(objpfx)s_%.c $(before-compile); $$(compile-command.c)
617endef
618object-suffixes-left := $(all-object-suffixes)
619include $(o-iterator)
2f663a98 620
58e07151
RM
621ifneq ($(long-double-fcts),yes)
622# The `double' and `long double' types are the same on this machine.
623# We won't compile the `long double' code at all. Tell the `double' code
eda162dd
JM
624# to define aliases for the `FUNCl' names.
625math-CPPFLAGS += -DNO_LONG_DOUBLE
49348bea
JM
626# GCC 10 diagnoses aliases with types conflicting with built-in
627# functions.
628CFLAGS-w_acos.c += -fno-builtin-acosl
629CFLAGS-w_acosh.c += -fno-builtin-acoshl
630CFLAGS-w_asin.c += -fno-builtin-asinl
631CFLAGS-s_asinh.c += -fno-builtin-asinhl
632CFLAGS-s_atan.c += -fno-builtin-atanl
633CFLAGS-w_atan2.c += -fno-builtin-atan2l
634CFLAGS-w_atanh.c += -fno-builtin-atanhl
635CFLAGS-s_cabs.c += -fno-builtin-cabsl
636CFLAGS-s_cacos.c += -fno-builtin-cacosl
637CFLAGS-s_cacosh.c += -fno-builtin-cacoshl
638CFLAGS-s_canonicalize.c += -fno-builtin-canonicalizel
639CFLAGS-s_carg.c += -fno-builtin-cargl
640CFLAGS-s_casin.c += -fno-builtin-casinl
641CFLAGS-s_casinh.c += -fno-builtin-casinhl
642CFLAGS-s_catan.c += -fno-builtin-catanl
643CFLAGS-s_catanh.c += -fno-builtin-catanhl
644CFLAGS-s_cbrt.c += -fno-builtin-cbrtl
645CFLAGS-s_ccos.c += -fno-builtin-ccosl
646CFLAGS-s_ccosh.c += -fno-builtin-ccoshl
647CFLAGS-s_ceil.c += -fno-builtin-ceill
648CFLAGS-s_cexp.c += -fno-builtin-cexpl
649CFLAGS-s_cimag.c += -fno-builtin-cimagl
650CFLAGS-s_clog.c += -fno-builtin-clogl
651CFLAGS-s_clog10.c += -fno-builtin-clog10l
652CFLAGS-s_conj.c += -fno-builtin-conjl
653CFLAGS-s_copysign.c += -fno-builtin-copysignl
654CFLAGS-s_cos.c += -fno-builtin-cosl
655CFLAGS-w_cosh.c += -fno-builtin-coshl
656CFLAGS-s_cpow.c += -fno-builtin-cpowl
657CFLAGS-s_cproj.c += -fno-builtin-cprojl
658CFLAGS-s_creal.c += -fno-builtin-creall
659CFLAGS-s_csin.c += -fno-builtin-csinl
660CFLAGS-s_csinh.c += -fno-builtin-csinhl
661CFLAGS-s_csqrt.c += -fno-builtin-csqrtl
662CFLAGS-s_ctan.c += -fno-builtin-ctanl
663CFLAGS-s_ctanh.c += -fno-builtin-ctanhl
664CFLAGS-s_dadd.c += -fno-builtin-daddl
665CFLAGS-s_ddiv.c += -fno-builtin-ddivl
666CFLAGS-s_dmul.c += -fno-builtin-dmull
667CFLAGS-s_dsub.c += -fno-builtin-dsubl
668CFLAGS-s_erf.c += -fno-builtin-erfl
669CFLAGS-s_erfc.c += -fno-builtin-erfcl
670CFLAGS-e_exp.c += -fno-builtin-expl
671CFLAGS-w_exp10.c += -fno-builtin-exp10l
672CFLAGS-e_exp2.c += -fno-builtin-exp2l
673CFLAGS-s_expm1.c += -fno-builtin-expm1l
674CFLAGS-s_fabs.c += -fno-builtin-fabsl
675CFLAGS-s_fadd.c += -fno-builtin-faddl
676CFLAGS-s_fdim.c += -fno-builtin-fdiml
677CFLAGS-s_fdiv.c += -fno-builtin-fdivl
678CFLAGS-s_finite.c += -fno-builtin-finitel
679CFLAGS-s_floor.c += -fno-builtin-floorl
680CFLAGS-s_fma.c += -fno-builtin-fmal
681CFLAGS-s_fmax.c += -fno-builtin-fmaxl
682CFLAGS-s_fmaxmag.c += -fno-builtin-fmaxmagl
683CFLAGS-s_fmin.c += -fno-builtin-fminl
684CFLAGS-s_fminmag.c += -fno-builtin-fminmagl
685CFLAGS-w_fmod.c += -fno-builtin-fmodl
686CFLAGS-s_fmul.c += -fno-builtin-fmull
687CFLAGS-s_frexp.c += -fno-builtin-frexpl
688CFLAGS-s_fromfp.c += -fno-builtin-fromfpl
689CFLAGS-s_fromfpx.c += -fno-builtin-fromfpxl
690CFLAGS-s_fsub.c += -fno-builtin-fsubl
691CFLAGS-s_gamma.c += -fno-builtin-gammal
692CFLAGS-s_getpayload.c += -fno-builtin-getpayloadl
693CFLAGS-w_hypot.c += -fno-builtin-hypotl
694CFLAGS-w_ilogb.c += -fno-builtin-ilogbl
695CFLAGS-s_isinf.c += -fno-builtin-isinfl
696CFLAGS-s_isnan.c += -fno-builtin-isnanl
697CFLAGS-w_j0.c += -fno-builtin-j0l
698CFLAGS-w_j1.c += -fno-builtin-j1l
699CFLAGS-w_jn.c += -fno-builtin-jnl
700CFLAGS-s_ldexp.c += -fno-builtin-ldexpl
701CFLAGS-w_lgamma.c += -fno-builtin-lgammal
702CFLAGS-w_lgamma_r.c += -fno-builtin-lgammal_r
703CFLAGS-w_llogb.c += -fno-builtin-llogbl
704CFLAGS-s_llrint.c += -fno-builtin-llrintl
705CFLAGS-s_llround.c += -fno-builtin-llroundl
706CFLAGS-e_log.c += -fno-builtin-logl
707CFLAGS-w_log10.c += -fno-builtin-log10l
708CFLAGS-w_log1p.c += -fno-builtin-log1pl
709CFLAGS-e_log2.c += -fno-builtin-log2l
710CFLAGS-s_logb.c += -fno-builtin-logbl
711CFLAGS-s_lrint.c += -fno-builtin-lrintl
712CFLAGS-s_lround.c += -fno-builtin-lroundl
713CFLAGS-s_modf.c += -fno-builtin-modfl
714CFLAGS-s_nan.c += -fno-builtin-nanl
715CFLAGS-s_nearbyint.c += -fno-builtin-nearbyintl
716CFLAGS-s_nextafter.c += -fno-builtin-nextafterl
717CFLAGS-s_nextdown.c += -fno-builtin-nextdownl
718CFLAGS-s_nexttoward.c += -fno-builtin-nexttoward -fno-builtin-nexttowardl
719CFLAGS-s_nexttowardf.c += -fno-builtin-nexttowardf
720CFLAGS-s_nextup.c += -fno-builtin-nextupl
721CFLAGS-e_pow.c += -fno-builtin-powl
722CFLAGS-w_remainder.c += -fno-builtin-remainderl -fno-builtin-dreml
723CFLAGS-s_remquo.c += -fno-builtin-remquol
724CFLAGS-s_rint.c += -fno-builtin-rintl
725CFLAGS-s_round.c += -fno-builtin-roundl
726CFLAGS-s_roundeven.c += -fno-builtin-roundevenl
727CFLAGS-w_scalb.c += -fno-builtin-scalbl
728CFLAGS-w_scalbln.c += -fno-builtin-scalblnl
729CFLAGS-s_scalbn.c += -fno-builtin-scalbnl
730CFLAGS-s_setpayload.c += -fno-builtin-setpayloadl
731CFLAGS-s_setpayloadsig.c += -fno-builtin-setpayloadsigl
732CFLAGS-s_significand.c += -fno-builtin-significandl
733CFLAGS-s_sin.c += -fno-builtin-sinl
734CFLAGS-s_sincos.c += -fno-builtin-sincosl
735CFLAGS-w_sinh.c += -fno-builtin-sinhl
736CFLAGS-w_sqrt.c += -fno-builtin-sqrtl
737CFLAGS-s_tan.c += -fno-builtin-tanl
738CFLAGS-s_tanh.c += -fno-builtin-tanhl
739CFLAGS-w_tgamma.c += -fno-builtin-tgammal
740CFLAGS-s_totalorder.c += -fno-builtin-totalorderl
741CFLAGS-s_totalordermag.c += -fno-builtin-totalordermagl
742CFLAGS-s_trunc.c += -fno-builtin-truncl
743CFLAGS-s_ufromfp.c += -fno-builtin-ufromfpl
744CFLAGS-s_ufromfpx.c += -fno-builtin-ufromfpxl
745CFLAGS-s_y0.c += -fno-builtin-y0l
746CFLAGS-s_y1.c += -fno-builtin-y1l
747CFLAGS-s_yn.c += -fno-builtin-ynl
58e07151
RM
748endif
749
a6a4395d
JM
750# These files quiet sNaNs in a way that is optimized away without
751# -fsignaling-nans.
752CFLAGS-s_modf.c += -fsignaling-nans
753CFLAGS-s_modff.c += -fsignaling-nans
754CFLAGS-s_modfl.c += -fsignaling-nans
26265c3b 755CFLAGS-s_modff128.c += -fsignaling-nans
a6a4395d 756
b4bcb3ae 757$(addprefix $(objpfx),\
92061bb0 758 $(filter-out $(tests-static) $(libm-tests-vector),\
813378e9 759 $(tests) $(tests-internal))): $(libm)
95e7cf29 760$(addprefix $(objpfx),$(tests-static)): $(objpfx)libm.a
92061bb0
JM
761define o-iterator-doit
762$(foreach f,$($(o)-funcs),\
763 $(objpfx)test-$(o)-$(f)): $(objpfx)test-$(o)-wrappers.o \
764 $(libm) $(libmvec)
765endef
766object-suffixes-left := $(libmvec-tests)
767include $(o-iterator)
9498096c 768
79520f4b 769$(objpfx)test-fenv-tls: $(shared-thread-library)