]> git.ipfire.org Git - thirdparty/glibc.git/blame - math/Makefile
Add bits/floatn.h defines for more _FloatN / _FloatNx types.
[thirdparty/glibc.git] / math / Makefile
CommitLineData
bfff8b1b 1# Copyright (C) 1996-2017 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
PE
15# License along with the GNU C Library; if not, see
16# <http://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.
a60eca2e 25headers := math.h bits/mathcalls.h bits/mathinline.h \
a86573f4 26 fpu_control.h complex.h bits/cmathcalls.h fenv.h \
0ac5ae23 27 bits/fenv.h bits/fenvinline.h bits/mathdef.h tgmath.h \
202d48da 28 bits/math-finite.h bits/math-vector.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 \
797ba44b 32 bits/floatn.h bits/floatn-common.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 \
05ef7ce9 45 fesetenv feupdateenv t_exp 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.
c50eee19
PM
51gen-libm-calls = cargF conjF cimagF crealF cabsF s_cacosF \
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 \
14348aae 56 s_nanF s_iseqsigF s_canonicalizeF w_ilogbF w_llogbF \
aec0821c
GG
57 w_log1pF w_scalblnF s_fmaxmagF s_fminmagF w_acosF \
58 w_acoshF w_asinF w_atan2F w_atanhF w_coshF w_exp10F \
59 w_exp2F w_fmodF w_hypotF w_j0F w_j1F w_jnF w_logF \
60 w_log10F w_log2F w_powF w_remainderF w_sinhF w_sqrtF \
7620dc12 61 w_tgammaF w_lgammaF w_lgammaF_r w_expF e_exp2F
ce6698ea 62
b9e05ed0
PM
63libm-calls = \
64 e_acosF e_acoshF e_asinF e_atan2F e_atanhF e_coshF e_expF e_fmodF \
65 e_hypotF e_j0F e_j1F e_jnF e_lgammaF_r e_logF e_log10F e_powF \
66 e_rem_pio2F e_remainderF e_scalbF e_sinhF e_sqrtF e_gammaF_r \
67 e_ilogbF \
2bad840e 68 k_cosF k_sinF k_tanF s_asinhF s_atanF s_cbrtF \
b9e05ed0 69 s_ceilF s_cosF s_erfF s_expm1F s_fabsF \
14348aae 70 s_floorF s_log1pF s_logbF \
e4d6a835 71 s_nextafterF s_nexttowardF s_rintF s_scalblnF \
f67d7819 72 s_significandF s_sinF s_tanF s_tanhF \
2c46d114 73 s_fpclassifyF s_truncF \
7620dc12 74 s_remquoF e_log2F s_roundF s_nearbyintF s_sincosF \
f67d7819 75 s_fmaF s_lrintF s_llrintF s_lroundF s_llroundF e_exp10F \
c50eee19 76 s_issignalingF $(calls:s_%=m_%) x2y2m1F \
b9e05ed0 77 gamma_productF lgamma_negF lgamma_productF \
f8e8b8ed 78 s_nextupF s_totalorderF s_totalordermagF s_getpayloadF \
423c2b9d
JM
79 s_setpayloadF s_setpayloadsigF s_roundevenF s_fromfpF s_ufromfpF \
80 s_fromfpxF s_ufromfpxF $(gen-libm-calls)
b9e05ed0 81
3789e2fd 82libm-compat-calls = \
f67d7819
GG
83 w_acosF_compat w_acoshF_compat w_asinF_compat w_atan2F_compat \
84 w_atanhF_compat w_coshF_compat w_exp2F_compat w_exp10F_compat \
85 w_fmodF_compat w_hypotF_compat w_j0F_compat w_j1F_compat \
86 w_jnF_compat w_log2F_compat w_log10F_compat w_logF_compat \
87 w_powF_compat w_remainderF_compat w_scalbF_compat \
ea814db2 88 w_sinhF_compat w_sqrtF_compat w_tgammaF_compat \
3789e2fd
GG
89 w_lgammaF_r_compat w_lgammaF_compat2 w_expF_compat \
90 w_lgamma_compatF k_standardF
b9e05ed0
PM
91
92# Type specific routine support.
93#
94# The following three variables control what is included for each type:
95#
96# type-floatN-suffix = The suffix of the type
97# type-floatN-routines = Type specific support objects
98# type-floatN-yes = If the type is supported, evaluates to floatN
99#
100# Finally, note that types is an intentionally recursive variable.
101# We only know the full set of supported types for the target machine
102# after the Rules makefile has been parsed.
26265c3b 103types-basic = $(type-ldouble-$(long-double-fcts)) double float
b9e05ed0 104
bc9620d0
JM
105# Like types, but includes types whose functions alias those for
106# another type.
107test-types-basic = ldouble double float
108
b9e05ed0
PM
109# long double support
110type-ldouble-suffix := l
29cb9293 111type-ldouble-routines := t_sincosl k_sincosl s_iscanonicall
b9e05ed0
PM
112type-ldouble-yes := ldouble
113
114# double support
115type-double-suffix :=
116type-double-routines := branred doasin dosincos halfulp mpa mpatan2 \
117 mpatan mpexp mplog mpsqrt mptan sincos32 slowexp \
2bad840e 118 slowpow sincostab k_rem_pio2
b9e05ed0
PM
119
120# float support
121type-float-suffix := f
875c76c7 122type-float-routines := k_rem_pio2f math_errf e_exp2f_data e_logf_data \
4ea49f4c 123 e_log2f_data e_powf_log2_data
b9e05ed0 124
26265c3b
PM
125# _Float128 support
126type-float128-suffix := f128
127type-float128-routines := t_sincosf128 k_sincosf128
128type-float128-yes := float128
129types = $(types-basic) $(type-float128-$(float128-fcts))
596f7013
JM
130test-types = $(test-types-basic) $(type-float128-$(float128-fcts)) \
131 $(type-float128-$(float128-alias-fcts))
26265c3b
PM
132
133# For each of the basic types (float, double, long double), replace the
134# occurrences of 'F' in arg 1 with the appropriate suffix for the type.
135type-basic-foreach = $(foreach t, $(types-basic), \
136 $(subst F,$(type-$(t)-suffix),$(1)))
b9e05ed0
PM
137
138# Apply suffix to each type in arg 1
139type-foreach = $(foreach t,$(types),$(subst F,$(type-$(t)-suffix),$(1)))
140
3789e2fd 141libm-routines = $(strip $(libm-support) \
26265c3b
PM
142 $(call type-basic-foreach, \
143 $(libm-compat-calls)) \
b9e05ed0
PM
144 $(call type-foreach, $(libm-calls)) \
145 $(foreach t, $(types), $(type-$(t)-routines))) \
58e07151 146
f7eac6eb
RM
147# These functions are in libc instead of libm because __printf_fp
148# calls them, so any program using printf will need them linked in,
149# and we don't want to have to link every program with -lm.
92712dee
RM
150# In libm-calls (above), list m_foo in place of s_foo for any
151# routine that should be compiled separately for its libc and libm versions.
b9e05ed0 152calls = s_isinfF s_isnanF s_finiteF s_copysignF s_modfF s_scalbnF s_frexpF \
9f9834f5
PM
153 s_signbitF $(gen-calls)
154gen-calls = s_ldexpF
b9e05ed0
PM
155generated += $(foreach s,.c .S,$(call type-foreach, $(calls:s_%=m_%$(s))))
156routines = $(call type-foreach, $(calls))
8847214f 157
5695d46f 158ifeq ($(build-mathvec),yes)
cbd8f930
AS
159# We need to install libm.so and libm.a as linker scripts
160# for transparent use of vector math library.
161install-lib-ldscripts := libm.so libm.a
162install-others = $(inst_libdir)/libm.so $(inst_libdir)/libm.a
5695d46f
AS
163$(inst_libdir)/libm.so: $(common-objpfx)format.lds \
164 $(libm) \
165 $(libmvec) \
166 $(+force)
167 (echo '/* GNU ld script'; echo '*/';\
168 cat $<; \
169 echo 'GROUP ( $(slibdir)/libm.so$(libm.so-version) ' \
b3f60407 170 'AS_NEEDED ( $(libdir)/libmvec_nonshared.a $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
f9378ac3
DAS
171 ) > $@.new
172 mv -f $@.new $@
cbd8f930 173
ffb8455c
AS
174$(inst_libdir)/libm-$(version).a: $(objpfx)libm.a \
175 $(+force)
176 $(do-install)
177
cbd8f930 178$(inst_libdir)/libm.a: $(common-objpfx)format.lds \
ffb8455c
AS
179 $(inst_libdir)/libm-$(version).a \
180 $(objpfx)../mathvec/libmvec.a \
cbd8f930
AS
181 $(+force)
182 (echo '/* GNU ld script'; echo '*/';\
183 cat $<; \
ffb8455c 184 echo 'GROUP ( $(libdir)/libm-$(version).a $(libdir)/libmvec.a )' \
cbd8f930 185 ) > $@.new
cbd8f930 186 mv -f $@.new $@
5695d46f
AS
187endif
188
c57abfa7 189# Rules for the test suite.
a4d57b79 190tests = test-matherr-3 test-fenv basic-test \
95e7cf29
MR
191 test-misc test-fpucw test-fpucw-ieee tst-definitions test-tgmath \
192 test-tgmath-ret bug-nextafter bug-nexttoward bug-tgmath1 \
193 test-tgmath-int test-tgmath2 test-powl tst-CMPLX tst-CMPLX2 test-snan \
85b29045 194 test-fenv-tls test-fenv-preserve test-fenv-return test-fenvinline \
939fdd1c 195 test-nearbyint-except test-fenv-clear test-signgam-finite \
71d1b016 196 test-signgam-finite-c99 test-signgam-finite-c11 \
d709042a
JM
197 test-nearbyint-except-2 test-signgam-uchar test-signgam-uchar-init \
198 test-signgam-uint test-signgam-uint-init test-signgam-ullong \
8f5e8b01 199 test-signgam-ullong-init test-nan-overflow test-nan-payload \
5146356f 200 test-fexcept test-fexcept-traps test-fesetexcept \
ec94343f 201 test-fesetexcept-traps test-fetestexceptflag test-femode \
d0800ae0 202 test-femode-traps test-iszero-excess-precision \
c2a82dac 203 test-iseqsig-excess-precision test-flt-eval-method \
c0b43536 204 test-fp-ilogb-constants test-fp-llogb-constants \
7daada03 205 test-fe-snans-always-signal test-finite-macros $(tests-static)
d709042a
JM
206tests-static = test-fpucw-static test-fpucw-ieee-static \
207 test-signgam-uchar-static test-signgam-uchar-init-static \
208 test-signgam-uint-static test-signgam-uint-init-static \
209 test-signgam-ullong-static test-signgam-ullong-init-static
813378e9 210tests-internal = test-matherr test-matherr-2
c57abfa7 211
a4d57b79
FW
212# These tests use internal (unexported) GMP functions and are linked
213# statically to obtain access to these functions.
214tests-static += atest-exp atest-sincos atest-exp2
215
0800411f 216ifneq (,$(CXX))
aa0235df 217tests += test-math-isinff test-math-iszero test-math-issignaling \
d6c064e9 218 test-math-iscanonical test-math-cxx11
0800411f
RM
219endif
220
8847214f 221ifneq (no,$(PERL))
24a2718f 222libm-vec-tests = $(addprefix test-,$(libmvec-tests))
bc9620d0 223libm-test-support = $(foreach t,$(test-types),libm-test-support-$(t))
3b2f6032
JM
224test-extras += $(libm-test-support)
225extra-test-objs += $(addsuffix .o, $(libm-test-support))
b4bcb3ae
AS
226libm-vec-test-wrappers = $(addsuffix -wrappers, $(libm-vec-tests))
227test-extras += $(libm-vec-test-wrappers)
228extra-test-objs += $(addsuffix .o, $(libm-vec-test-wrappers))
8847214f 229
e0a3ed4f 230ulps-file = $(firstword $(wildcard $(sysdirs:%=%/libm-test-ulps)))
882ed1be 231
5cd81881
JM
232$(objpfx)libm-test-ulps.h: $(ulps-file) gen-libm-test.pl
233 $(make-target-directory)
234 $(PERL) gen-libm-test.pl -u $< -H $@
235
6b8303a3 236libm-test-funcs-auto = acos acosh asin asinh atan atan2 atanh cabs cacos \
2c51dfd0
JM
237 cacosh carg casin casinh catan catanh cbrt ccos ccosh \
238 cexp clog clog10 cos cosh cpow csin csinh csqrt ctan \
239 ctanh erf erfc exp exp10 exp2 expm1 fma hypot j0 j1 jn \
240 lgamma log log10 log1p log2 pow sin sincos sinh sqrt \
241 tan tanh tgamma y0 y1 yn
242libm-test-funcs-noauto = canonicalize ceil cimag conj copysign cproj creal \
243 fabs fdim floor fmax fmaxmag fmin fminmag fmod \
244 fpclassify frexp fromfp fromfpx getpayload ilogb \
245 iscanonical iseqsig isfinite isgreater \
246 isgreaterequal isinf isless islessequal \
247 islessgreater isnan isnormal issignaling issubnormal \
248 isunordered iszero llogb llrint llround logb lrint \
249 lround modf nearbyint nextafter nextdown nexttoward \
250 nextup remainder remquo rint round roundeven scalb \
251 scalbln scalbn setpayload setpayloadsig signbit \
252 significand totalorder totalordermag trunc ufromfp \
253 ufromfpx
5cbb5849
JM
254libm-test-funcs-all = $(libm-test-funcs-auto) $(libm-test-funcs-noauto)
255libm-test-c-auto = $(foreach f,$(libm-test-funcs-auto),libm-test-$(f).c)
256libm-test-c-noauto = $(foreach f,$(libm-test-funcs-noauto),libm-test-$(f).c)
92061bb0
JM
257generated += libm-test-ulps.h $(libm-test-c-auto) $(libm-test-c-noauto)
258
bc9620d0
JM
259libm-tests-base-normal = $(foreach t,$(test-types),test-$(t))
260libm-tests-base-finite = $(foreach t,$(test-types),test-$(t)-finite)
261libm-tests-base-inline = $(foreach t,$(test-types),test-i$(t))
92061bb0
JM
262libm-tests-base = $(libm-tests-base-normal) $(libm-tests-base-finite) \
263 $(libm-tests-base-inline) $(libm-vec-tests)
264libm-tests-normal = $(foreach t,$(libm-tests-base-normal),\
265 $(foreach f,$(libm-test-funcs-all),\
266 $(t)-$(f)))
267libm-tests-finite = $(foreach t,$(libm-tests-base-finite),\
268 $(foreach f,$(libm-test-funcs-all),\
269 $(t)-$(f)))
270libm-tests-inline = $(foreach t,$(libm-tests-base-inline),\
271 $(foreach f,$(libm-test-funcs-all),\
272 $(t)-$(f)))
273libm-tests-vector = $(foreach t,$(libmvec-tests),\
274 $(foreach f,$($(t)-funcs),test-$(t)-$(f)))
275libm-tests = $(libm-tests-normal) $(libm-tests-finite) $(libm-tests-inline) \
276 $(libm-tests-vector)
277libm-tests-for-type = $(foreach f,$(libm-test-funcs-all),\
278 test-$(1)-$(f) test-$(1)-finite-$(f) \
279 test-i$(1)-$(f)) \
280 $(filter test-$(1)-%,$(libm-tests-vector))
281
282libm-tests.o = $(addsuffix .o,$(libm-tests))
283
284tests += $(libm-tests)
285generated += $(addsuffix .c,$(libm-tests)) \
bc9620d0 286 $(foreach t,$(test-types),libm-test-support-$(t).c)
5cbb5849
JM
287
288libm-test-c-auto-obj = $(addprefix $(objpfx),$(libm-test-c-auto))
289libm-test-c-noauto-obj = $(addprefix $(objpfx),$(libm-test-c-noauto))
290
92061bb0
JM
291$(libm-test-c-noauto-obj): $(objpfx)libm-test%.c: libm-test%.inc \
292 gen-libm-test.pl
5cbb5849
JM
293 $(make-target-directory)
294 $(PERL) gen-libm-test.pl -c $< -a /dev/null -C $@
4f1bc131 295
5cbb5849
JM
296$(libm-test-c-auto-obj): $(objpfx)libm-test%.c: libm-test%.inc \
297 gen-libm-test.pl \
298 auto-libm-test-out%
5cd81881 299 $(make-target-directory)
5cbb5849
JM
300 $(PERL) gen-libm-test.pl -c $< -a auto-libm-test-out$* -C $@
301
302libm-test-incs = $(foreach f,$(libm-test-funcs-all),libm-test-$(f).inc)
8847214f
UD
303endif
304
2dd0aec5
JM
305ifdef PYTHON
306tests += test-tgmath3
307generated += test-tgmath3.c
308CFLAGS-test-tgmath3.c = -fno-builtin
309
310$(objpfx)test-tgmath3.c: gen-tgmath-tests.py
311 $(PYTHON) $< > $@
312endif
313
24a2718f
AS
314libm-test-fast-math-cflags = -fno-builtin -D__FAST_MATH__ -DTEST_FAST_MATH
315libm-test-vec-cflags = $(libm-test-fast-math-cflags) -fno-inline \
316 -ffloat-store -D_OPENMP=201307 -Wno-unknown-pragmas
317
24a2718f
AS
318CFLAGS-test-double-vlen4-wrappers.c = $(double-vlen4-arch-ext-cflags)
319
24a2718f
AS
320CFLAGS-test-double-vlen8-wrappers.c = $(double-vlen8-arch-ext-cflags)
321
2a523216
AS
322CFLAGS-test-float-vlen8-wrappers.c = $(float-vlen8-arch-ext-cflags)
323
2a523216
AS
324CFLAGS-test-float-vlen16-wrappers.c = $(float-vlen16-arch-ext-cflags)
325
26211284
JM
326# The no-inline tests use -fsignaling-nans, and thereby use the
327# versions of classification macros that support sNaNs. The inline
328# function tests use the versions of classification macros that may
329# raise spurious exceptions for sNaNs, but also do not test for
330# exceptions. Thus both versions of the classification macros are
331# validated.
332libm-test-no-inline-cflags = -fno-inline -ffloat-store -fno-builtin \
333 -fsignaling-nans
5a28590a
JM
334libm-test-finite-cflags = $(libm-test-no-inline-cflags) \
335 -U__FINITE_MATH_ONLY__ -D__FINITE_MATH_ONLY__=1
92061bb0 336libm-test-inline-cflags = $(libm-test-fast-math-cflags)
4f2689f4 337CFLAGS-test-tgmath.c = -fno-builtin
d077f65f
MT
338# The following testcase uses very long lines (>3 million), so it may take a
339# while to compile it. See: http://llvm.org/bugs/show_bug.cgi?id=14106 and
340# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402
8790af5f 341CFLAGS-test-tgmath2.c = -fno-builtin
301a6724 342CFLAGS-test-tgmath-ret.c = -fno-builtin
8db73634 343CFLAGS-test-powl.c = -fno-builtin
8df4e219
WD
344
345CFLAGS-test-snan.c = -fsignaling-nans
c57abfa7 346
939fdd1c
JM
347CFLAGS-test-signgam-finite.c = -ffinite-math-only
348CFLAGS-test-signgam-finite-c99.c = -ffinite-math-only -std=c99
349CFLAGS-test-signgam-finite-c11.c = -ffinite-math-only -std=c11
d709042a
JM
350CFLAGS-test-signgam-uchar.c = -std=c99
351CFLAGS-test-signgam-uchar-init.c = -std=c99
352CFLAGS-test-signgam-uchar-static.c = -std=c99
353CFLAGS-test-signgam-uchar-init-static.c = -std=c99
354CFLAGS-test-signgam-uint.c = -std=c99
355CFLAGS-test-signgam-uint-init.c = -std=c99
356CFLAGS-test-signgam-uint-static.c = -std=c99
357CFLAGS-test-signgam-uint-init-static.c = -std=c99
358CFLAGS-test-signgam-ullong.c = -std=c99
359CFLAGS-test-signgam-ullong-init.c = -std=c99
360CFLAGS-test-signgam-ullong-static.c = -std=c99
361CFLAGS-test-signgam-ullong-init-static.c = -std=c99
939fdd1c 362
d6c064e9
JW
363CFLAGS-test-math-cxx11.cc = -std=c++11
364
3c47c83a 365CFLAGS-test-math-isinff.cc = -std=gnu++11
b3918c44 366CFLAGS-test-math-iszero.cc = -std=gnu++11
a16e8bc0 367CFLAGS-test-math-issignaling.cc = -std=gnu++11
aa0235df 368CFLAGS-test-math-iscanonical.cc = -std=gnu++11
3c47c83a 369
b59ad2db 370CFLAGS-test-iszero-excess-precision.c = -fexcess-precision=standard
d0800ae0 371CFLAGS-test-iseqsig-excess-precision.c = -fexcess-precision=standard
b0216d3e 372CFLAGS-test-flt-eval-method.c = -fexcess-precision=standard
b59ad2db 373
c0b43536
JM
374CFLAGS-test-fe-snans-always-signal.c = -fsignaling-nans
375
7daada03
JM
376CFLAGS-test-finite-macros.c = -ffinite-math-only
377
28f540f4
RM
378include ../Rules
379
9f9834f5
PM
380gen-all-calls = $(gen-libm-calls) $(gen-calls)
381
382generated += $(addsuffix .c,$(call type-foreach,$(gen-all-calls))) \
ce6698ea
PM
383 gen-libm-templates.stmp
384
385# Create wrappers in the math build directory.
9f9834f5
PM
386$(objpfx)gen-libm-templates.stmp: Makefile
387 $(make-target-directory)
388 for gcall in $(gen-all-calls); do \
ce6698ea
PM
389 func=$${gcall%F*}$${gcall#*F}; \
390 for type in $(foreach t,$(types),$(t)__$(type-$(t)-suffix)); do \
391 suff=$${type#*__}; \
392 type=$${type%__*}; \
393 file=$(objpfx)$${gcall%F*}$${suff}$${gcall#*F}.c; \
394 ( \
395 echo "#include <math-type-macros-$${type}.h>"; \
396 echo "#include <$${func}_template.c>"; \
397 ) > $${file}; \
398 done; \
399 done; \
400 echo > $(@)
401
402# Add dependency to ensure the generator runs prior.
9f9834f5 403$(foreach t, $(call type-foreach, $(gen-all-calls)), \
ce6698ea
PM
404 $(objpfx)$(t).c): $(objpfx)gen-libm-templates.stmp
405
26510bdd 406ifneq (no,$(PERL))
b2faf4ea 407# This must come after the inclusion of sysdeps Makefiles via Rules.
b2faf4ea 408
92061bb0
JM
409$(foreach t,$(libm-tests-normal),$(objpfx)$(t).c): $(objpfx)test-%.c:
410 type_func=$*; \
411 type=$${type_func%%-*}; \
412 func=$${type_func#*-}; \
413 ( \
414 echo "#include <test-$$type.h>"; \
415 echo "#include <test-math-no-finite.h>"; \
416 echo "#include <test-math-no-inline.h>"; \
417 echo "#include <test-math-errno.h>"; \
418 echo "#include <test-math-scalar.h>"; \
419 echo "#include <libm-test-$$func.c>"; \
420 ) > $@
421
422$(foreach t,$(libm-tests-finite),$(objpfx)$(t).c): $(objpfx)test-%.c:
423 type_func=$*; \
424 type=$${type_func%%-*}; \
425 func=$${type_func#*-finite-}; \
426 ( \
427 echo "#include <test-$$type.h>"; \
428 echo "#include <test-math-finite.h>"; \
429 echo "#include <test-math-no-inline.h>"; \
430 echo "#include <test-math-scalar.h>"; \
431 echo "#include <libm-test-$$func.c>"; \
432 ) > $@
433
434$(foreach t,$(libm-tests-inline),$(objpfx)$(t).c): $(objpfx)test-i%.c:
435 type_func=$*; \
436 type=$${type_func%%-*}; \
437 func=$${type_func#*-}; \
438 ( \
439 echo "#include <test-$$type.h>"; \
440 echo "#include <test-math-inline.h>"; \
441 echo "#include <test-math-scalar.h>"; \
442 echo "#include <libm-test-$$func.c>"; \
443 ) > $@
444
445$(foreach t,$(libm-tests-vector),$(objpfx)$(t).c): $(objpfx)test-%.c:
446 type_func=$*; \
447 type=$${type_func%-*}; \
448 func=$${type_func##*-}; \
449 func_args=$$(grep ALL_RM_TEST libm-test-$$func.inc \
450 | sed 's/.*RUN_TEST_LOOP_//;s/_.*//'); \
451 ( \
452 echo "#include <test-$$type.h>"; \
453 echo "WRAPPER_DECL_$$func_args (WRAPPER_NAME (FUNC ($$func)))"; \
454 echo "#include <libm-test-$$func.c>"; \
455 ) > $@
456
bc9620d0 457$(foreach t,$(test-types),\
92061bb0
JM
458 $(objpfx)libm-test-support-$(t).c): $(objpfx)libm-test-support-%.c:
459 ( \
460 echo "#include <test-$*.h>"; \
461 echo "#include <libm-test-support.c>"; \
462 ) > $@
463
464$(addprefix $(objpfx), $(libm-tests.o)): $(objpfx)libm-test-ulps.h
3b2f6032 465
92061bb0
JM
466define o-iterator-doit
467$(foreach f,$(libm-test-funcs-all),\
468 $(objpfx)$(o)-$(f).o): $(objpfx)$(o)%.o: $(objpfx)libm-test%.c
469endef
470object-suffixes-left := $(libm-tests-base)
471include $(o-iterator)
472
473define o-iterator-doit
474$(foreach f,$(libm-test-funcs-all),\
475 $(objpfx)$(o)-$(f).o): CFLAGS += $(libm-test-no-inline-cflags)
476endef
477object-suffixes-left := $(libm-tests-base-normal)
478include $(o-iterator)
3b2f6032 479
92061bb0
JM
480define o-iterator-doit
481$(foreach f,$(libm-test-funcs-all),\
482 $(objpfx)$(o)-$(f).o): CFLAGS += $(libm-test-finite-cflags)
483endef
484object-suffixes-left := $(libm-tests-base-finite)
485include $(o-iterator)
486
487define o-iterator-doit
488$(foreach f,$(libm-test-funcs-all),\
489 $(objpfx)$(o)-$(f).o): CFLAGS += $(libm-test-inline-cflags)
490endef
491object-suffixes-left := $(libm-tests-base-inline)
492include $(o-iterator)
493
494define o-iterator-doit
495$(foreach f,$($(o)-funcs),\
496 $(objpfx)test-$(o)-$(f).o): CFLAGS += $(libm-test-vec-cflags)
497endef
498object-suffixes-left := $(libmvec-tests)
499include $(o-iterator)
500
501define o-iterator-doit
3b2f6032 502$(addprefix $(objpfx),\
92061bb0
JM
503 $(call libm-tests-for-type,$(o))): $(objpfx)libm-test-support-$(o).o
504endef
bc9620d0 505object-suffixes-left := $(test-types)
92061bb0
JM
506include $(o-iterator)
507
508define o-iterator-doit
509$(objpfx)libm-test-support-$(o).o: CFLAGS += $(libm-test-no-inline-cflags)
510endef
bc9620d0 511object-suffixes-left := $(test-types)
92061bb0 512include $(o-iterator)
3b2f6032 513
26510bdd
CD
514# Run the math programs to automatically generate ULPs files.
515.PHONY: regen-ulps
516
517run-regen-ulps = $(test-wrapper-env) \
8540f6d2 518 $(run-program-env) \
01dc6df9 519 $($*-ENV) $(rtld-prefix) $${run}
26510bdd
CD
520
521regen-ulps: $(addprefix $(objpfx),$(libm-tests))
522 rm -f $(objpfx)ULPs; rm -f $(objpfx)NewUlps; \
523 cp $(ulps-file) $(objpfx)libm-test-ulps; \
524 for run in $^; do \
525 echo "Regenerating ULPs for $${run}"; \
526 $(run-regen-ulps) -u -o $(objpfx); \
527 cat $(objpfx)ULPs >> $(objpfx)libm-test-ulps; \
528 rm $(objpfx)ULPs; \
529 done; \
7e1e68b4
JM
530 $(PERL) gen-libm-test.pl -n $(objpfx)NewUlps \
531 -u $(objpfx)libm-test-ulps; \
26510bdd
CD
532 echo "Automatic regeneration of ULPs complete."; \
533 echo "Difference between the current baseline and the new baseline is:";\
534 diff -urN $(ulps-file) $(objpfx)NewUlps; \
535 echo "Copy $(objpfx)NewUlps to $(ulps-file) (relative to source)."
536else
537regen-ulps:
538 @echo "Automatic regeneration of ULPs requires perl."; \
539 exit 1;
540endif
f7eac6eb 541
2f663a98
RM
542# The generated sysd-rules file defines rules like this for sources
543# coming from sysdeps/ directories. These rules find the generic sources.
544define o-iterator-doit
545$(objpfx)m_%$o: s_%.c $(before-compile); $$(compile-command.c)
546endef
547object-suffixes-left := $(all-object-suffixes)
548include $(o-iterator)
549
9f9834f5
PM
550# Likewise, for those generated files shared with libc.
551define o-iterator-doit
552$(objpfx)m_%$o: $(objpfx)s_%.c $(before-compile); $$(compile-command.c)
553endef
554object-suffixes-left := $(all-object-suffixes)
555include $(o-iterator)
2f663a98 556
a641835a
RM
557# We don't want the fdlibm code to use the inline math functions,
558# only the fdlibm code.
4b9afc43 559math-CPPFLAGS += -D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES
a641835a 560
58e07151
RM
561ifneq ($(long-double-fcts),yes)
562# The `double' and `long double' types are the same on this machine.
563# We won't compile the `long double' code at all. Tell the `double' code
f5cb4a5c
RM
564# to define aliases for the `FUNCl' names. To avoid type conflicts in
565# defining those aliases, tell <math.h> to declare the `FUNCl' names with
566# `double' instead of `long double'.
4b9afc43 567math-CPPFLAGS += -DNO_LONG_DOUBLE -D_Mlong_double_=double
58e07151
RM
568endif
569
a6a4395d
JM
570# These files quiet sNaNs in a way that is optimized away without
571# -fsignaling-nans.
572CFLAGS-s_modf.c += -fsignaling-nans
573CFLAGS-s_modff.c += -fsignaling-nans
574CFLAGS-s_modfl.c += -fsignaling-nans
26265c3b 575CFLAGS-s_modff128.c += -fsignaling-nans
a6a4395d 576
b4bcb3ae 577$(addprefix $(objpfx),\
92061bb0 578 $(filter-out $(tests-static) $(libm-tests-vector),\
813378e9 579 $(tests) $(tests-internal))): $(libm)
95e7cf29 580$(addprefix $(objpfx),$(tests-static)): $(objpfx)libm.a
92061bb0
JM
581define o-iterator-doit
582$(foreach f,$($(o)-funcs),\
583 $(objpfx)test-$(o)-$(f)): $(objpfx)test-$(o)-wrappers.o \
584 $(libm) $(libmvec)
585endef
586object-suffixes-left := $(libmvec-tests)
587include $(o-iterator)
9498096c 588
79520f4b 589$(objpfx)test-fenv-tls: $(shared-thread-library)