]> git.ipfire.org Git - thirdparty/glibc.git/blame - math/Makefile
math: test-matherr and test-matherr-2 can be regular tests
[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 :=
c3d466cb 129type-double-routines := branred doasin dosincos mpa mpatan2 \
ca3aac57 130 k_rem_pio2 mpatan mpsqrt mptan sincos32 \
3e08ff54 131 sincostab math_err e_exp_data e_log_data \
424c4f60 132 e_log2_data e_pow_log_data
b9e05ed0
PM
133
134# float support
135type-float-suffix := f
ca3aac57 136type-float-routines := math_errf e_exp2f_data e_logf_data \
ea5c662c 137 e_log2f_data e_powf_log2_data s_sincosf_data
b9e05ed0 138
26265c3b
PM
139# _Float128 support
140type-float128-suffix := f128
ca3aac57
WD
141type-float128-routines := t_sincosf128 k_sinf128 k_cosf128 k_sincosf128 \
142 e_rem_pio2f128
26265c3b 143type-float128-yes := float128
ae7207d0
JM
144
145# _Float64x may be supported, only as an alias type.
146type-float64x-yes := float64x
147
0059122a
RS
148# IBM long double support in additional to IEEE 128 long double support
149type-ibm128-suffix := l
150type-ibm128-yes := ibm128
151
26265c3b 152types = $(types-basic) $(type-float128-$(float128-fcts))
596f7013 153test-types = $(test-types-basic) $(type-float128-$(float128-fcts)) \
1f9055ce 154 float32 float64 $(type-float128-$(float128-alias-fcts)) \
0059122a
RS
155 float32x $(type-float64x-$(float64x-alias-fcts)) \
156 $(type-ibm128-$(ibm128-fcts))
26265c3b 157
8e554659
JM
158# Pairs of types for which narrowing functions should be tested (this
159# variable has more entries than libm-narrow-types because it includes
160# pairs for which the functions sometimes or always alias functions
161# for other types). This definition embeds the assumption that if
162# _Float64x is supported, so is _Float128, and vice versa (they may or
163# may not have the same format).
164test-type-pairs = float-double float-ldouble double-ldouble \
165 float32-float64 float32-float32x float32x-float64 \
166 $(test-type-pairs-f64xf128-$(float128-fcts)) \
167 $(test-type-pairs-f64xf128-$(float128-alias-fcts))
168test-type-pairs-f64xf128-yes = float32-float64x float32-float128 \
169 float64-float64x float64-float128 \
170 float32x-float64x float32x-float128 \
171 float64x-float128
172
26265c3b
PM
173# For each of the basic types (float, double, long double), replace the
174# occurrences of 'F' in arg 1 with the appropriate suffix for the type.
175type-basic-foreach = $(foreach t, $(types-basic), \
176 $(subst F,$(type-$(t)-suffix),$(1)))
b9e05ed0
PM
177
178# Apply suffix to each type in arg 1
179type-foreach = $(foreach t,$(types),$(subst F,$(type-$(t)-suffix),$(1)))
180
3789e2fd 181libm-routines = $(strip $(libm-support) \
26265c3b
PM
182 $(call type-basic-foreach, \
183 $(libm-compat-calls)) \
b9e05ed0
PM
184 $(call type-foreach, $(libm-calls)) \
185 $(foreach t, $(types), $(type-$(t)-routines))) \
63716ab2
JM
186 $(foreach f,$(libm-narrow-fns), \
187 $(subst F,$(f),$(libm-narrow-types)))
58e07151 188
f7eac6eb
RM
189# These functions are in libc instead of libm because __printf_fp
190# calls them, so any program using printf will need them linked in,
191# and we don't want to have to link every program with -lm.
92712dee
RM
192# In libm-calls (above), list m_foo in place of s_foo for any
193# routine that should be compiled separately for its libc and libm versions.
b9e05ed0 194calls = s_isinfF s_isnanF s_finiteF s_copysignF s_modfF s_scalbnF s_frexpF \
9f9834f5
PM
195 s_signbitF $(gen-calls)
196gen-calls = s_ldexpF
b9e05ed0
PM
197generated += $(foreach s,.c .S,$(call type-foreach, $(calls:s_%=m_%$(s))))
198routines = $(call type-foreach, $(calls))
8847214f 199
5695d46f 200ifeq ($(build-mathvec),yes)
cbd8f930
AS
201# We need to install libm.so and libm.a as linker scripts
202# for transparent use of vector math library.
203install-lib-ldscripts := libm.so libm.a
204install-others = $(inst_libdir)/libm.so $(inst_libdir)/libm.a
5695d46f
AS
205$(inst_libdir)/libm.so: $(common-objpfx)format.lds \
206 $(libm) \
207 $(libmvec) \
208 $(+force)
209 (echo '/* GNU ld script'; echo '*/';\
210 cat $<; \
211 echo 'GROUP ( $(slibdir)/libm.so$(libm.so-version) ' \
d0007dc5 212 'AS_NEEDED ( $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
f9378ac3
DAS
213 ) > $@.new
214 mv -f $@.new $@
cbd8f930 215
ffb8455c
AS
216$(inst_libdir)/libm-$(version).a: $(objpfx)libm.a \
217 $(+force)
218 $(do-install)
219
cbd8f930 220$(inst_libdir)/libm.a: $(common-objpfx)format.lds \
ffb8455c
AS
221 $(inst_libdir)/libm-$(version).a \
222 $(objpfx)../mathvec/libmvec.a \
cbd8f930
AS
223 $(+force)
224 (echo '/* GNU ld script'; echo '*/';\
225 cat $<; \
ffb8455c 226 echo 'GROUP ( $(libdir)/libm-$(version).a $(libdir)/libmvec.a )' \
cbd8f930 227 ) > $@.new
cbd8f930 228 mv -f $@.new $@
5695d46f
AS
229endif
230
c57abfa7 231# Rules for the test suite.
a4d57b79 232tests = test-matherr-3 test-fenv basic-test \
95e7cf29
MR
233 test-misc test-fpucw test-fpucw-ieee tst-definitions test-tgmath \
234 test-tgmath-ret bug-nextafter bug-nexttoward bug-tgmath1 \
235 test-tgmath-int test-tgmath2 test-powl tst-CMPLX tst-CMPLX2 test-snan \
5f344915 236 test-fenv-tls test-fenv-preserve test-fenv-return \
55d53011 237 test-nearbyint-except test-fenv-clear \
d709042a
JM
238 test-nearbyint-except-2 test-signgam-uchar test-signgam-uchar-init \
239 test-signgam-uint test-signgam-uint-init test-signgam-ullong \
8f5e8b01 240 test-signgam-ullong-init test-nan-overflow test-nan-payload \
5146356f 241 test-fexcept test-fexcept-traps test-fesetexcept \
ec94343f 242 test-fesetexcept-traps test-fetestexceptflag test-femode \
d0800ae0 243 test-femode-traps test-iszero-excess-precision \
c2a82dac 244 test-iseqsig-excess-precision test-flt-eval-method \
c0b43536 245 test-fp-ilogb-constants test-fp-llogb-constants \
55d53011 246 test-fe-snans-always-signal test-narrow-macros \
48b12ed5 247 test-nan-const $(tests-static)
d709042a
JM
248tests-static = test-fpucw-static test-fpucw-ieee-static \
249 test-signgam-uchar-static test-signgam-uchar-init-static \
250 test-signgam-uint-static test-signgam-uint-init-static \
251 test-signgam-ullong-static test-signgam-ullong-init-static
779c404d
FW
252
253# The tested symbols matherr, _LIB_VERSION have been removed in glibc 2.27.
254ifeq ($(have-GLIBC_2.26)$(build-shared),yesyes)
255tests += test-matherr test-matherr-2
256endif
c57abfa7 257
a4d57b79
FW
258# These tests use internal (unexported) GMP functions and are linked
259# statically to obtain access to these functions.
260tests-static += atest-exp atest-sincos atest-exp2
261
0800411f 262ifneq (,$(CXX))
aa0235df 263tests += test-math-isinff test-math-iszero test-math-issignaling \
c85e54ac 264 test-math-iscanonical test-math-cxx11 test-math-iseqsig
0800411f
RM
265endif
266
24a2718f 267libm-vec-tests = $(addprefix test-,$(libmvec-tests))
bc9620d0 268libm-test-support = $(foreach t,$(test-types),libm-test-support-$(t))
3b2f6032
JM
269test-extras += $(libm-test-support)
270extra-test-objs += $(addsuffix .o, $(libm-test-support))
b4bcb3ae
AS
271libm-vec-test-wrappers = $(addsuffix -wrappers, $(libm-vec-tests))
272test-extras += $(libm-vec-test-wrappers)
273extra-test-objs += $(addsuffix .o, $(libm-vec-test-wrappers))
8847214f 274
e0a3ed4f 275ulps-file = $(firstword $(wildcard $(sysdirs:%=%/libm-test-ulps)))
882ed1be 276
2813e41e 277$(objpfx)libm-test-ulps.h: $(ulps-file) gen-libm-test.py
5cd81881 278 $(make-target-directory)
2813e41e 279 $(PYTHON) gen-libm-test.py -u $< -H $@
5cd81881 280
6b8303a3 281libm-test-funcs-auto = acos acosh asin asinh atan atan2 atanh cabs cacos \
2c51dfd0
JM
282 cacosh carg casin casinh catan catanh cbrt ccos ccosh \
283 cexp clog clog10 cos cosh cpow csin csinh csqrt ctan \
284 ctanh erf erfc exp exp10 exp2 expm1 fma hypot j0 j1 jn \
285 lgamma log log10 log1p log2 pow sin sincos sinh sqrt \
286 tan tanh tgamma y0 y1 yn
287libm-test-funcs-noauto = canonicalize ceil cimag conj copysign cproj creal \
288 fabs fdim floor fmax fmaxmag fmin fminmag fmod \
289 fpclassify frexp fromfp fromfpx getpayload ilogb \
290 iscanonical iseqsig isfinite isgreater \
291 isgreaterequal isinf isless islessequal \
292 islessgreater isnan isnormal issignaling issubnormal \
293 isunordered iszero llogb llrint llround logb lrint \
294 lround modf nearbyint nextafter nextdown nexttoward \
295 nextup remainder remquo rint round roundeven scalb \
296 scalbln scalbn setpayload setpayloadsig signbit \
297 significand totalorder totalordermag trunc ufromfp \
42760d76
JM
298 ufromfpx compat_totalorder compat_totalordermag
299libm-test-funcs-compat = compat_totalorder compat_totalordermag
632a6cbe 300libm-test-funcs-narrow = add div mul sub
5cbb5849
JM
301libm-test-funcs-all = $(libm-test-funcs-auto) $(libm-test-funcs-noauto)
302libm-test-c-auto = $(foreach f,$(libm-test-funcs-auto),libm-test-$(f).c)
303libm-test-c-noauto = $(foreach f,$(libm-test-funcs-noauto),libm-test-$(f).c)
8e554659
JM
304libm-test-c-narrow = $(foreach f,$(libm-test-funcs-narrow),\
305 libm-test-narrow-$(f).c)
306generated += libm-test-ulps.h $(libm-test-c-auto) $(libm-test-c-noauto) \
307 $(libm-test-c-narrow)
92061bb0 308
bc9620d0 309libm-tests-base-normal = $(foreach t,$(test-types),test-$(t))
8e554659 310libm-tests-base-narrow = $(foreach t,$(test-type-pairs),test-$(t))
1c15464c 311libm-tests-base = $(libm-tests-base-normal) $(libm-vec-tests)
92061bb0
JM
312libm-tests-normal = $(foreach t,$(libm-tests-base-normal),\
313 $(foreach f,$(libm-test-funcs-all),\
314 $(t)-$(f)))
8e554659
JM
315libm-tests-narrow = $(foreach t,$(libm-tests-base-narrow),\
316 $(foreach f,$(libm-test-funcs-narrow),\
317 $(t)-$(f)))
92061bb0
JM
318libm-tests-vector = $(foreach t,$(libmvec-tests),\
319 $(foreach f,$($(t)-funcs),test-$(t)-$(f)))
1c15464c 320libm-tests = $(libm-tests-normal) $(libm-tests-narrow) $(libm-tests-vector)
42760d76 321libm-tests-compat = $(foreach t,$(libm-tests-base-normal) \
1c15464c 322 $(libm-tests-base-finite),\
42760d76
JM
323 $(foreach f,$(libm-test-funcs-compat),\
324 $(t)-$(f)))
92061bb0 325libm-tests-for-type = $(foreach f,$(libm-test-funcs-all),\
55d53011 326 test-$(1)-$(f) test-i$(1)-$(f)) \
8e554659
JM
327 $(filter test-$(1)-%,$(libm-tests-vector) \
328 $(libm-tests-narrow))
92061bb0
JM
329
330libm-tests.o = $(addsuffix .o,$(libm-tests))
331
07db3f55 332tests += $(libm-tests)
92061bb0 333generated += $(addsuffix .c,$(libm-tests)) \
bc9620d0 334 $(foreach t,$(test-types),libm-test-support-$(t).c)
5cbb5849
JM
335
336libm-test-c-auto-obj = $(addprefix $(objpfx),$(libm-test-c-auto))
337libm-test-c-noauto-obj = $(addprefix $(objpfx),$(libm-test-c-noauto))
8e554659 338libm-test-c-narrow-obj = $(addprefix $(objpfx),$(libm-test-c-narrow))
5cbb5849 339
92061bb0 340$(libm-test-c-noauto-obj): $(objpfx)libm-test%.c: libm-test%.inc \
2813e41e 341 gen-libm-test.py
5cbb5849 342 $(make-target-directory)
2813e41e 343 $(PYTHON) gen-libm-test.py -c $< -a /dev/null -C $@
4f1bc131 344
5cbb5849 345$(libm-test-c-auto-obj): $(objpfx)libm-test%.c: libm-test%.inc \
2813e41e 346 gen-libm-test.py \
5cbb5849 347 auto-libm-test-out%
5cd81881 348 $(make-target-directory)
2813e41e 349 $(PYTHON) gen-libm-test.py -c $< -a auto-libm-test-out$* -C $@
8e554659
JM
350
351$(libm-test-c-narrow-obj): $(objpfx)libm-test%.c: libm-test%.inc \
2813e41e 352 gen-libm-test.py \
8e554659
JM
353 auto-libm-test-out%
354 $(make-target-directory)
2813e41e 355 $(PYTHON) gen-libm-test.py -c $< -a auto-libm-test-out$* -C $@
8847214f 356
42760d76
JM
357# Tests for totalorder compat symbols reuse the table of tests as
358# processed by gen-libm-test.py, so add dependencies on the generated
359# .c files.
360$(foreach t,$(libm-tests-base),\
361 $(objpfx)$(t)-compat_totalorder.o): $(objpfx)libm-test-totalorder.c
362
363$(foreach t,$(libm-tests-base),\
364 $(objpfx)$(t)-compat_totalordermag.o): $(objpfx)libm-test-totalordermag.c
365
f9fabc1b
JM
366# _Float128x omitted as not supported by gen-tgmath-tests.py.
367tgmath3-narrow-types = f d f16 f32 f64 f128 f32x f64x
368tgmath3-narrow-macros = $(foreach t,$(tgmath3-narrow-types), \
369 $(foreach f,$(libm-narrow-fns),$(t)$(f)))
7c67e6e8
JM
370tgmath3-macros = atan2 cbrt ceil copysign erf erfc exp2 expm1 fdim floor \
371 fma fmax fmin fmod frexp hypot ilogb ldexp lgamma llrint \
372 llround log10 log1p log2 logb lrint lround nearbyint \
373 nextafter nexttoward remainder remquo rint round scalbn \
374 scalbln tgamma trunc acos asin atan acosh asinh atanh cos \
375 sin tan cosh sinh tanh exp log pow sqrt fabs carg cimag conj \
376 cproj creal roundeven nextup nextdown fminmag fmaxmag llogb \
f9fabc1b 377 fromfp fromfpx ufromfp ufromfpx scalb $(tgmath3-narrow-macros)
7c67e6e8
JM
378tgmath3-macro-tests = $(addprefix test-tgmath3-,$(tgmath3-macros))
379tests += $(tgmath3-macro-tests)
380generated += $(addsuffix .c,$(tgmath3-macro-tests))
381
382$(tgmath3-macro-tests:%=$(objpfx)%.o): CFLAGS += -fno-builtin
383
384$(foreach m,$(tgmath3-macros),\
385 $(objpfx)test-tgmath3-$(m).c): $(objpfx)test-tgmath3-%.c: \
386 gen-tgmath-tests.py
387 $(PYTHON) gen-tgmath-tests.py $* > $@
388
389# Verify that the list of supported macros is in sync between the
390# Makefile and gen-tgmath-tests.py.
391tests-special += $(objpfx)test-tgmath3-macro-list.out
392$(objpfx)test-tgmath3-macro-list.out: gen-tgmath-tests.py
393 $(PYTHON) $< check-list $(tgmath3-macros) > $@; \
394 $(evaluate-test)
2dd0aec5 395
24a2718f
AS
396libm-test-fast-math-cflags = -fno-builtin -D__FAST_MATH__ -DTEST_FAST_MATH
397libm-test-vec-cflags = $(libm-test-fast-math-cflags) -fno-inline \
398 -ffloat-store -D_OPENMP=201307 -Wno-unknown-pragmas
399
36975e8e 400CFLAGS-test-double-vlen4-wrappers.c += $(double-vlen4-arch-ext-cflags)
24a2718f 401
36975e8e 402CFLAGS-test-double-vlen8-wrappers.c += $(double-vlen8-arch-ext-cflags)
24a2718f 403
36975e8e 404CFLAGS-test-float-vlen8-wrappers.c += $(float-vlen8-arch-ext-cflags)
2a523216 405
36975e8e 406CFLAGS-test-float-vlen16-wrappers.c += $(float-vlen16-arch-ext-cflags)
2a523216 407
26211284
JM
408# The no-inline tests use -fsignaling-nans, and thereby use the
409# versions of classification macros that support sNaNs. The inline
410# function tests use the versions of classification macros that may
411# raise spurious exceptions for sNaNs, but also do not test for
412# exceptions. Thus both versions of the classification macros are
413# validated.
414libm-test-no-inline-cflags = -fno-inline -ffloat-store -fno-builtin \
415 -fsignaling-nans
36975e8e 416CFLAGS-test-tgmath.c += -fno-builtin
d077f65f
MT
417# The following testcase uses very long lines (>3 million), so it may take a
418# while to compile it. See: http://llvm.org/bugs/show_bug.cgi?id=14106 and
5a82c748 419# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402
36975e8e
L
420CFLAGS-test-tgmath2.c += -fno-builtin
421CFLAGS-test-tgmath-ret.c += -fno-builtin
422CFLAGS-test-powl.c += -fno-builtin
423
424CFLAGS-test-snan.c += -fsignaling-nans
425
36975e8e
L
426CFLAGS-test-signgam-uchar.c += -std=c99
427CFLAGS-test-signgam-uchar-init.c += -std=c99
428CFLAGS-test-signgam-uchar-static.c += -std=c99
429CFLAGS-test-signgam-uchar-init-static.c += -std=c99
430CFLAGS-test-signgam-uint.c += -std=c99
431CFLAGS-test-signgam-uint-init.c += -std=c99
432CFLAGS-test-signgam-uint-static.c += -std=c99
433CFLAGS-test-signgam-uint-init-static.c += -std=c99
434CFLAGS-test-signgam-ullong.c += -std=c99
435CFLAGS-test-signgam-ullong-init.c += -std=c99
436CFLAGS-test-signgam-ullong-static.c += -std=c99
437CFLAGS-test-signgam-ullong-init-static.c += -std=c99
438
439CFLAGS-test-math-cxx11.cc += -std=c++11
440
441CFLAGS-test-math-isinff.cc += -std=gnu++11
442CFLAGS-test-math-iszero.cc += -std=gnu++11
443CFLAGS-test-math-issignaling.cc += -std=gnu++11
444CFLAGS-test-math-iscanonical.cc += -std=gnu++11
445
446CFLAGS-test-iszero-excess-precision.c += -fexcess-precision=standard
447CFLAGS-test-iseqsig-excess-precision.c += -fexcess-precision=standard
448CFLAGS-test-flt-eval-method.c += -fexcess-precision=standard
449
450CFLAGS-test-fe-snans-always-signal.c += -fsignaling-nans
451
48b12ed5
JM
452CFLAGS-test-nan-const.c += -fno-builtin
453
28f540f4
RM
454include ../Rules
455
9f9834f5
PM
456gen-all-calls = $(gen-libm-calls) $(gen-calls)
457
458generated += $(addsuffix .c,$(call type-foreach,$(gen-all-calls))) \
ce6698ea
PM
459 gen-libm-templates.stmp
460
461# Create wrappers in the math build directory.
9f9834f5
PM
462$(objpfx)gen-libm-templates.stmp: Makefile
463 $(make-target-directory)
464 for gcall in $(gen-all-calls); do \
ce6698ea
PM
465 func=$${gcall%F*}$${gcall#*F}; \
466 for type in $(foreach t,$(types),$(t)__$(type-$(t)-suffix)); do \
467 suff=$${type#*__}; \
468 type=$${type%__*}; \
469 file=$(objpfx)$${gcall%F*}$${suff}$${gcall#*F}.c; \
470 ( \
471 echo "#include <math-type-macros-$${type}.h>"; \
472 echo "#include <$${func}_template.c>"; \
473 ) > $${file}; \
474 done; \
475 done; \
476 echo > $(@)
477
478# Add dependency to ensure the generator runs prior.
9f9834f5 479$(foreach t, $(call type-foreach, $(gen-all-calls)), \
ce6698ea
PM
480 $(objpfx)$(t).c): $(objpfx)gen-libm-templates.stmp
481
b2faf4ea 482# This must come after the inclusion of sysdeps Makefiles via Rules.
b2faf4ea 483
92061bb0
JM
484$(foreach t,$(libm-tests-normal),$(objpfx)$(t).c): $(objpfx)test-%.c:
485 type_func=$*; \
486 type=$${type_func%%-*}; \
487 func=$${type_func#*-}; \
488 ( \
489 echo "#include <test-$$type.h>"; \
55d53011 490 echo "#include <test-math-exceptions.h>"; \
92061bb0
JM
491 echo "#include <test-math-errno.h>"; \
492 echo "#include <test-math-scalar.h>"; \
493 echo "#include <libm-test-$$func.c>"; \
494 ) > $@
495
8e554659
JM
496$(foreach t,$(libm-tests-narrow),$(objpfx)$(t).c): $(objpfx)test-%.c:
497 type_pair_func=$*; \
498 type_pair=$${type_pair_func%-*}; \
499 func=$${type_pair_func##*-}; \
500 ret_type=$${type_pair%%-*}; \
501 arg_type=$${type_pair#*-}; \
502 ( \
503 echo "#include <test-$$ret_type.h>"; \
504 echo "#include <test-arg-$$arg_type.h>"; \
55d53011 505 echo "#include <test-math-exceptions.h>"; \
8e554659
JM
506 echo "#include <test-math-errno.h>"; \
507 echo "#include <test-math-narrow.h>"; \
508 echo "#include <libm-test-narrow-$$func.c>"; \
509 ) > $@
510
92061bb0
JM
511$(foreach t,$(libm-tests-vector),$(objpfx)$(t).c): $(objpfx)test-%.c:
512 type_func=$*; \
513 type=$${type_func%-*}; \
514 func=$${type_func##*-}; \
515 func_args=$$(grep ALL_RM_TEST libm-test-$$func.inc \
516 | sed 's/.*RUN_TEST_LOOP_//;s/_.*//'); \
517 ( \
518 echo "#include <test-$$type.h>"; \
519 echo "WRAPPER_DECL_$$func_args (WRAPPER_NAME (FUNC ($$func)))"; \
520 echo "#include <libm-test-$$func.c>"; \
521 ) > $@
522
bc9620d0 523$(foreach t,$(test-types),\
92061bb0
JM
524 $(objpfx)libm-test-support-$(t).c): $(objpfx)libm-test-support-%.c:
525 ( \
526 echo "#include <test-$*.h>"; \
527 echo "#include <libm-test-support.c>"; \
528 ) > $@
529
530$(addprefix $(objpfx), $(libm-tests.o)): $(objpfx)libm-test-ulps.h
3b2f6032 531
92061bb0
JM
532define o-iterator-doit
533$(foreach f,$(libm-test-funcs-all),\
534 $(objpfx)$(o)-$(f).o): $(objpfx)$(o)%.o: $(objpfx)libm-test%.c
535endef
536object-suffixes-left := $(libm-tests-base)
537include $(o-iterator)
538
8e554659
JM
539define o-iterator-doit
540$(foreach f,$(libm-test-funcs-narrow),\
541 $(objpfx)$(o)-$(f).o): $(objpfx)$(o)%.o: \
542 $(objpfx)libm-test-narrow%.c
543endef
544object-suffixes-left := $(libm-tests-base-narrow)
545include $(o-iterator)
546
92061bb0
JM
547define o-iterator-doit
548$(foreach f,$(libm-test-funcs-all),\
549 $(objpfx)$(o)-$(f).o): CFLAGS += $(libm-test-no-inline-cflags)
550endef
551object-suffixes-left := $(libm-tests-base-normal)
552include $(o-iterator)
3b2f6032 553
92061bb0 554define o-iterator-doit
8e554659
JM
555$(foreach f,$(libm-test-funcs-narrow),\
556 $(objpfx)$(o)-$(f).o): CFLAGS += $(libm-test-no-inline-cflags)
557endef
558object-suffixes-left := $(libm-tests-base-narrow)
559include $(o-iterator)
560
92061bb0
JM
561define o-iterator-doit
562$(foreach f,$($(o)-funcs),\
563 $(objpfx)test-$(o)-$(f).o): CFLAGS += $(libm-test-vec-cflags)
564endef
565object-suffixes-left := $(libmvec-tests)
566include $(o-iterator)
567
568define o-iterator-doit
3b2f6032 569$(addprefix $(objpfx),\
92061bb0
JM
570 $(call libm-tests-for-type,$(o))): $(objpfx)libm-test-support-$(o).o
571endef
bc9620d0 572object-suffixes-left := $(test-types)
92061bb0
JM
573include $(o-iterator)
574
575define o-iterator-doit
576$(objpfx)libm-test-support-$(o).o: CFLAGS += $(libm-test-no-inline-cflags)
577endef
bc9620d0 578object-suffixes-left := $(test-types)
92061bb0 579include $(o-iterator)
3b2f6032 580
26510bdd
CD
581# Run the math programs to automatically generate ULPs files.
582.PHONY: regen-ulps
583
584run-regen-ulps = $(test-wrapper-env) \
8540f6d2 585 $(run-program-env) \
b9256ab6 586 $($*-ENV) $(rtld-prefix) $(objpfx)$${run}
26510bdd
CD
587
588regen-ulps: $(addprefix $(objpfx),$(libm-tests))
589 rm -f $(objpfx)ULPs; rm -f $(objpfx)NewUlps; \
590 cp $(ulps-file) $(objpfx)libm-test-ulps; \
b9256ab6 591 for run in $(libm-tests); do \
26510bdd
CD
592 echo "Regenerating ULPs for $${run}"; \
593 $(run-regen-ulps) -u -o $(objpfx); \
594 cat $(objpfx)ULPs >> $(objpfx)libm-test-ulps; \
595 rm $(objpfx)ULPs; \
596 done; \
2813e41e
JM
597 $(PYTHON) gen-libm-test.py -n $(objpfx)NewUlps \
598 -u $(objpfx)libm-test-ulps; \
26510bdd
CD
599 echo "Automatic regeneration of ULPs complete."; \
600 echo "Difference between the current baseline and the new baseline is:";\
601 diff -urN $(ulps-file) $(objpfx)NewUlps; \
602 echo "Copy $(objpfx)NewUlps to $(ulps-file) (relative to source)."
f7eac6eb 603
2f663a98
RM
604# The generated sysd-rules file defines rules like this for sources
605# coming from sysdeps/ directories. These rules find the generic sources.
606define o-iterator-doit
607$(objpfx)m_%$o: s_%.c $(before-compile); $$(compile-command.c)
608endef
609object-suffixes-left := $(all-object-suffixes)
610include $(o-iterator)
611
9f9834f5
PM
612# Likewise, for those generated files shared with libc.
613define o-iterator-doit
614$(objpfx)m_%$o: $(objpfx)s_%.c $(before-compile); $$(compile-command.c)
615endef
616object-suffixes-left := $(all-object-suffixes)
617include $(o-iterator)
2f663a98 618
58e07151
RM
619ifneq ($(long-double-fcts),yes)
620# The `double' and `long double' types are the same on this machine.
621# We won't compile the `long double' code at all. Tell the `double' code
eda162dd
JM
622# to define aliases for the `FUNCl' names.
623math-CPPFLAGS += -DNO_LONG_DOUBLE
49348bea
JM
624# GCC 10 diagnoses aliases with types conflicting with built-in
625# functions.
626CFLAGS-w_acos.c += -fno-builtin-acosl
627CFLAGS-w_acosh.c += -fno-builtin-acoshl
628CFLAGS-w_asin.c += -fno-builtin-asinl
629CFLAGS-s_asinh.c += -fno-builtin-asinhl
630CFLAGS-s_atan.c += -fno-builtin-atanl
631CFLAGS-w_atan2.c += -fno-builtin-atan2l
632CFLAGS-w_atanh.c += -fno-builtin-atanhl
633CFLAGS-s_cabs.c += -fno-builtin-cabsl
634CFLAGS-s_cacos.c += -fno-builtin-cacosl
635CFLAGS-s_cacosh.c += -fno-builtin-cacoshl
636CFLAGS-s_canonicalize.c += -fno-builtin-canonicalizel
637CFLAGS-s_carg.c += -fno-builtin-cargl
638CFLAGS-s_casin.c += -fno-builtin-casinl
639CFLAGS-s_casinh.c += -fno-builtin-casinhl
640CFLAGS-s_catan.c += -fno-builtin-catanl
641CFLAGS-s_catanh.c += -fno-builtin-catanhl
642CFLAGS-s_cbrt.c += -fno-builtin-cbrtl
643CFLAGS-s_ccos.c += -fno-builtin-ccosl
644CFLAGS-s_ccosh.c += -fno-builtin-ccoshl
645CFLAGS-s_ceil.c += -fno-builtin-ceill
646CFLAGS-s_cexp.c += -fno-builtin-cexpl
647CFLAGS-s_cimag.c += -fno-builtin-cimagl
648CFLAGS-s_clog.c += -fno-builtin-clogl
649CFLAGS-s_clog10.c += -fno-builtin-clog10l
650CFLAGS-s_conj.c += -fno-builtin-conjl
651CFLAGS-s_copysign.c += -fno-builtin-copysignl
652CFLAGS-s_cos.c += -fno-builtin-cosl
653CFLAGS-w_cosh.c += -fno-builtin-coshl
654CFLAGS-s_cpow.c += -fno-builtin-cpowl
655CFLAGS-s_cproj.c += -fno-builtin-cprojl
656CFLAGS-s_creal.c += -fno-builtin-creall
657CFLAGS-s_csin.c += -fno-builtin-csinl
658CFLAGS-s_csinh.c += -fno-builtin-csinhl
659CFLAGS-s_csqrt.c += -fno-builtin-csqrtl
660CFLAGS-s_ctan.c += -fno-builtin-ctanl
661CFLAGS-s_ctanh.c += -fno-builtin-ctanhl
662CFLAGS-s_dadd.c += -fno-builtin-daddl
663CFLAGS-s_ddiv.c += -fno-builtin-ddivl
664CFLAGS-s_dmul.c += -fno-builtin-dmull
665CFLAGS-s_dsub.c += -fno-builtin-dsubl
666CFLAGS-s_erf.c += -fno-builtin-erfl
667CFLAGS-s_erfc.c += -fno-builtin-erfcl
668CFLAGS-e_exp.c += -fno-builtin-expl
669CFLAGS-w_exp10.c += -fno-builtin-exp10l
670CFLAGS-e_exp2.c += -fno-builtin-exp2l
671CFLAGS-s_expm1.c += -fno-builtin-expm1l
672CFLAGS-s_fabs.c += -fno-builtin-fabsl
673CFLAGS-s_fadd.c += -fno-builtin-faddl
674CFLAGS-s_fdim.c += -fno-builtin-fdiml
675CFLAGS-s_fdiv.c += -fno-builtin-fdivl
676CFLAGS-s_finite.c += -fno-builtin-finitel
677CFLAGS-s_floor.c += -fno-builtin-floorl
678CFLAGS-s_fma.c += -fno-builtin-fmal
679CFLAGS-s_fmax.c += -fno-builtin-fmaxl
680CFLAGS-s_fmaxmag.c += -fno-builtin-fmaxmagl
681CFLAGS-s_fmin.c += -fno-builtin-fminl
682CFLAGS-s_fminmag.c += -fno-builtin-fminmagl
683CFLAGS-w_fmod.c += -fno-builtin-fmodl
684CFLAGS-s_fmul.c += -fno-builtin-fmull
685CFLAGS-s_frexp.c += -fno-builtin-frexpl
686CFLAGS-s_fromfp.c += -fno-builtin-fromfpl
687CFLAGS-s_fromfpx.c += -fno-builtin-fromfpxl
688CFLAGS-s_fsub.c += -fno-builtin-fsubl
689CFLAGS-s_gamma.c += -fno-builtin-gammal
690CFLAGS-s_getpayload.c += -fno-builtin-getpayloadl
691CFLAGS-w_hypot.c += -fno-builtin-hypotl
692CFLAGS-w_ilogb.c += -fno-builtin-ilogbl
693CFLAGS-s_isinf.c += -fno-builtin-isinfl
694CFLAGS-s_isnan.c += -fno-builtin-isnanl
695CFLAGS-w_j0.c += -fno-builtin-j0l
696CFLAGS-w_j1.c += -fno-builtin-j1l
697CFLAGS-w_jn.c += -fno-builtin-jnl
698CFLAGS-s_ldexp.c += -fno-builtin-ldexpl
699CFLAGS-w_lgamma.c += -fno-builtin-lgammal
700CFLAGS-w_lgamma_r.c += -fno-builtin-lgammal_r
701CFLAGS-w_llogb.c += -fno-builtin-llogbl
702CFLAGS-s_llrint.c += -fno-builtin-llrintl
703CFLAGS-s_llround.c += -fno-builtin-llroundl
704CFLAGS-e_log.c += -fno-builtin-logl
705CFLAGS-w_log10.c += -fno-builtin-log10l
706CFLAGS-w_log1p.c += -fno-builtin-log1pl
707CFLAGS-e_log2.c += -fno-builtin-log2l
708CFLAGS-s_logb.c += -fno-builtin-logbl
709CFLAGS-s_lrint.c += -fno-builtin-lrintl
710CFLAGS-s_lround.c += -fno-builtin-lroundl
711CFLAGS-s_modf.c += -fno-builtin-modfl
712CFLAGS-s_nan.c += -fno-builtin-nanl
713CFLAGS-s_nearbyint.c += -fno-builtin-nearbyintl
714CFLAGS-s_nextafter.c += -fno-builtin-nextafterl
715CFLAGS-s_nextdown.c += -fno-builtin-nextdownl
716CFLAGS-s_nexttoward.c += -fno-builtin-nexttoward -fno-builtin-nexttowardl
717CFLAGS-s_nexttowardf.c += -fno-builtin-nexttowardf
718CFLAGS-s_nextup.c += -fno-builtin-nextupl
719CFLAGS-e_pow.c += -fno-builtin-powl
720CFLAGS-w_remainder.c += -fno-builtin-remainderl -fno-builtin-dreml
721CFLAGS-s_remquo.c += -fno-builtin-remquol
722CFLAGS-s_rint.c += -fno-builtin-rintl
723CFLAGS-s_round.c += -fno-builtin-roundl
724CFLAGS-s_roundeven.c += -fno-builtin-roundevenl
725CFLAGS-w_scalb.c += -fno-builtin-scalbl
726CFLAGS-w_scalbln.c += -fno-builtin-scalblnl
727CFLAGS-s_scalbn.c += -fno-builtin-scalbnl
728CFLAGS-s_setpayload.c += -fno-builtin-setpayloadl
729CFLAGS-s_setpayloadsig.c += -fno-builtin-setpayloadsigl
730CFLAGS-s_significand.c += -fno-builtin-significandl
731CFLAGS-s_sin.c += -fno-builtin-sinl
732CFLAGS-s_sincos.c += -fno-builtin-sincosl
733CFLAGS-w_sinh.c += -fno-builtin-sinhl
734CFLAGS-w_sqrt.c += -fno-builtin-sqrtl
735CFLAGS-s_tan.c += -fno-builtin-tanl
736CFLAGS-s_tanh.c += -fno-builtin-tanhl
737CFLAGS-w_tgamma.c += -fno-builtin-tgammal
738CFLAGS-s_totalorder.c += -fno-builtin-totalorderl
739CFLAGS-s_totalordermag.c += -fno-builtin-totalordermagl
740CFLAGS-s_trunc.c += -fno-builtin-truncl
741CFLAGS-s_ufromfp.c += -fno-builtin-ufromfpl
742CFLAGS-s_ufromfpx.c += -fno-builtin-ufromfpxl
743CFLAGS-s_y0.c += -fno-builtin-y0l
744CFLAGS-s_y1.c += -fno-builtin-y1l
745CFLAGS-s_yn.c += -fno-builtin-ynl
58e07151
RM
746endif
747
a6a4395d
JM
748# These files quiet sNaNs in a way that is optimized away without
749# -fsignaling-nans.
750CFLAGS-s_modf.c += -fsignaling-nans
751CFLAGS-s_modff.c += -fsignaling-nans
752CFLAGS-s_modfl.c += -fsignaling-nans
26265c3b 753CFLAGS-s_modff128.c += -fsignaling-nans
a6a4395d 754
b4bcb3ae 755$(addprefix $(objpfx),\
92061bb0 756 $(filter-out $(tests-static) $(libm-tests-vector),\
813378e9 757 $(tests) $(tests-internal))): $(libm)
95e7cf29 758$(addprefix $(objpfx),$(tests-static)): $(objpfx)libm.a
92061bb0
JM
759define o-iterator-doit
760$(foreach f,$($(o)-funcs),\
761 $(objpfx)test-$(o)-$(f)): $(objpfx)test-$(o)-wrappers.o \
762 $(libm) $(libmvec)
763endef
764object-suffixes-left := $(libmvec-tests)
765include $(o-iterator)
9498096c 766
79520f4b 767$(objpfx)test-fenv-tls: $(shared-thread-library)