]> git.ipfire.org Git - thirdparty/glibc.git/blob - math/Makefile
Remove unused math files
[thirdparty/glibc.git] / math / Makefile
1 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
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
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.
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
12 # Lesser General Public License for more details.
13
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with the GNU C Library; if not, see
16 # <http://www.gnu.org/licenses/>.
17
18 # Makefile for the math library.
19
20 subdir := math
21
22 include ../Makeconfig
23
24 # Installed header files.
25 headers := math.h bits/mathcalls.h bits/mathinline.h \
26 fpu_control.h complex.h bits/cmathcalls.h fenv.h \
27 bits/fenv.h bits/fenvinline.h bits/mathdef.h tgmath.h \
28 bits/math-finite.h bits/math-vector.h \
29 bits/libm-simd-decl-stubs.h bits/iscanonical.h \
30 bits/flt-eval-method.h bits/fp-fast.h bits/fp-logb.h \
31 bits/long-double.h bits/mathcalls-helper-functions.h \
32 bits/floatn.h bits/floatn-common.h bits/mathcalls-narrow.h
33
34 # FPU support code.
35 aux := setfpucw fpu_control
36
37 # Build the -lm library.
38
39 extra-libs := libm
40 extra-libs-others = $(extra-libs)
41
42 libm-support = s_lib_version s_matherr s_signgam \
43 fclrexcpt fgetexcptflg fraiseexcpt fsetexcptflg \
44 ftestexcept fegetround fesetround fegetenv feholdexcpt \
45 fesetenv feupdateenv t_exp fedisblxcpt feenablxcpt \
46 fegetexcept fesetexcept fetestexceptflag fegetmode \
47 fesetmode
48
49 # Wrappers for these functions generated per type using a file named
50 # <func>_template.c and the appropriate math-type-macros-<TYPE>.h.
51 gen-libm-calls = cargF conjF cimagF crealF cabsF s_cacosF \
52 s_cacoshF s_ccosF s_ccoshF s_casinF s_csinF s_casinhF \
53 k_casinhF s_csinhF k_casinhF s_csinhF s_catanhF s_catanF \
54 s_ctanF s_ctanhF s_cexpF s_clogF s_cprojF s_csqrtF \
55 s_cpowF s_clog10F s_fdimF s_nextdownF s_fmaxF s_fminF \
56 s_nanF s_iseqsigF s_canonicalizeF s_significandF \
57 w_ilogbF w_llogbF \
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 \
61 w_log10F w_log2F w_powF w_remainderF w_sinhF w_sqrtF \
62 w_tgammaF w_lgammaF w_lgammaF_r w_expF e_exp2F
63
64 libm-calls = \
65 e_acosF e_acoshF e_asinF e_atan2F e_atanhF e_coshF e_expF e_fmodF \
66 e_hypotF e_j0F e_j1F e_jnF e_lgammaF_r e_logF e_log10F e_powF \
67 e_remainderF e_scalbF e_sinhF e_sqrtF e_gammaF_r \
68 e_ilogbF \
69 k_tanF s_asinhF s_atanF s_cbrtF \
70 s_ceilF s_cosF s_erfF s_expm1F s_fabsF \
71 s_floorF s_log1pF s_logbF \
72 s_nextafterF s_nexttowardF s_rintF s_scalblnF \
73 s_sinF s_tanF s_tanhF \
74 s_fpclassifyF s_truncF \
75 s_remquoF e_log2F s_roundF s_nearbyintF s_sincosF \
76 s_fmaF s_lrintF s_llrintF s_lroundF s_llroundF e_exp10F \
77 s_issignalingF $(calls:s_%=m_%) x2y2m1F \
78 gamma_productF lgamma_negF lgamma_productF \
79 s_nextupF s_totalorderF s_totalordermagF s_getpayloadF \
80 s_setpayloadF s_setpayloadsigF s_roundevenF s_fromfpF s_ufromfpF \
81 s_fromfpxF s_ufromfpxF $(gen-libm-calls)
82
83 libm-compat-calls = \
84 w_acosF_compat w_acoshF_compat w_asinF_compat w_atan2F_compat \
85 w_atanhF_compat w_coshF_compat w_exp2F_compat w_exp10F_compat \
86 w_fmodF_compat w_hypotF_compat w_j0F_compat w_j1F_compat \
87 w_jnF_compat w_log2F_compat w_log10F_compat w_logF_compat \
88 w_powF_compat w_remainderF_compat w_scalbF_compat \
89 w_sinhF_compat w_sqrtF_compat w_tgammaF_compat \
90 w_lgammaF_r_compat w_lgammaF_compat2 w_expF_compat \
91 w_lgamma_compatF k_standardF
92
93 libm-narrow-fns = add div mul sub
94 libm-narrow-types-basic = s_fF s_f32xFf64
95 libm-narrow-types-ldouble-yes = s_fFl s_dFl
96 libm-narrow-types-float128-yes = s_f32Ff128 s_f64Ff128 s_f64xFf128
97 libm-narrow-types-float128-alias-yes = s_f64xFf128
98 libm-narrow-types = $(libm-narrow-types-basic) \
99 $(libm-narrow-types-ldouble-$(long-double-fcts)) \
100 $(libm-narrow-types-float128-$(float128-fcts)) \
101 $(libm-narrow-types-float128-alias-$(float128-alias-fcts))
102
103 # Type specific routine support.
104 #
105 # The following three variables control what is included for each type:
106 #
107 # type-floatN-suffix = The suffix of the type
108 # type-floatN-routines = Type specific support objects
109 # type-floatN-yes = If the type is supported, evaluates to floatN
110 #
111 # Finally, note that types is an intentionally recursive variable.
112 # We only know the full set of supported types for the target machine
113 # after the Rules makefile has been parsed.
114 types-basic = $(type-ldouble-$(long-double-fcts)) double float
115
116 # Like types, but includes types whose functions alias those for
117 # another type.
118 test-types-basic = ldouble double float
119
120 # long double support
121 type-ldouble-suffix := l
122 type-ldouble-routines := t_sincosl k_sinl k_cosl k_sincosl s_iscanonicall \
123 e_rem_pio2l
124 type-ldouble-yes := ldouble
125
126 # double support
127 type-double-suffix :=
128 type-double-routines := branred doasin dosincos mpa mpatan2 \
129 k_rem_pio2 mpatan mpsqrt mptan sincos32 \
130 sincostab
131
132 # float support
133 type-float-suffix := f
134 type-float-routines := math_errf e_exp2f_data e_logf_data \
135 e_log2f_data e_powf_log2_data s_sincosf_data
136
137 # _Float128 support
138 type-float128-suffix := f128
139 type-float128-routines := t_sincosf128 k_sinf128 k_cosf128 k_sincosf128 \
140 e_rem_pio2f128
141 type-float128-yes := float128
142
143 # _Float64x may be supported, only as an alias type.
144 type-float64x-yes := float64x
145
146 types = $(types-basic) $(type-float128-$(float128-fcts))
147 test-types = $(test-types-basic) $(type-float128-$(float128-fcts)) \
148 float32 float64 $(type-float128-$(float128-alias-fcts)) \
149 float32x $(type-float64x-$(float64x-alias-fcts))
150
151 # Pairs of types for which narrowing functions should be tested (this
152 # variable has more entries than libm-narrow-types because it includes
153 # pairs for which the functions sometimes or always alias functions
154 # for other types). This definition embeds the assumption that if
155 # _Float64x is supported, so is _Float128, and vice versa (they may or
156 # may not have the same format).
157 test-type-pairs = float-double float-ldouble double-ldouble \
158 float32-float64 float32-float32x float32x-float64 \
159 $(test-type-pairs-f64xf128-$(float128-fcts)) \
160 $(test-type-pairs-f64xf128-$(float128-alias-fcts))
161 test-type-pairs-f64xf128-yes = float32-float64x float32-float128 \
162 float64-float64x float64-float128 \
163 float32x-float64x float32x-float128 \
164 float64x-float128
165
166 # For each of the basic types (float, double, long double), replace the
167 # occurrences of 'F' in arg 1 with the appropriate suffix for the type.
168 type-basic-foreach = $(foreach t, $(types-basic), \
169 $(subst F,$(type-$(t)-suffix),$(1)))
170
171 # Apply suffix to each type in arg 1
172 type-foreach = $(foreach t,$(types),$(subst F,$(type-$(t)-suffix),$(1)))
173
174 libm-routines = $(strip $(libm-support) \
175 $(call type-basic-foreach, \
176 $(libm-compat-calls)) \
177 $(call type-foreach, $(libm-calls)) \
178 $(foreach t, $(types), $(type-$(t)-routines))) \
179 $(foreach f,$(libm-narrow-fns), \
180 $(subst F,$(f),$(libm-narrow-types)))
181
182 # These functions are in libc instead of libm because __printf_fp
183 # calls them, so any program using printf will need them linked in,
184 # and we don't want to have to link every program with -lm.
185 # In libm-calls (above), list m_foo in place of s_foo for any
186 # routine that should be compiled separately for its libc and libm versions.
187 calls = s_isinfF s_isnanF s_finiteF s_copysignF s_modfF s_scalbnF s_frexpF \
188 s_signbitF $(gen-calls)
189 gen-calls = s_ldexpF
190 generated += $(foreach s,.c .S,$(call type-foreach, $(calls:s_%=m_%$(s))))
191 routines = $(call type-foreach, $(calls))
192
193 ifeq ($(build-mathvec),yes)
194 # We need to install libm.so and libm.a as linker scripts
195 # for transparent use of vector math library.
196 install-lib-ldscripts := libm.so libm.a
197 install-others = $(inst_libdir)/libm.so $(inst_libdir)/libm.a
198 $(inst_libdir)/libm.so: $(common-objpfx)format.lds \
199 $(libm) \
200 $(libmvec) \
201 $(+force)
202 (echo '/* GNU ld script'; echo '*/';\
203 cat $<; \
204 echo 'GROUP ( $(slibdir)/libm.so$(libm.so-version) ' \
205 'AS_NEEDED ( $(libdir)/libmvec_nonshared.a $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
206 ) > $@.new
207 mv -f $@.new $@
208
209 $(inst_libdir)/libm-$(version).a: $(objpfx)libm.a \
210 $(+force)
211 $(do-install)
212
213 $(inst_libdir)/libm.a: $(common-objpfx)format.lds \
214 $(inst_libdir)/libm-$(version).a \
215 $(objpfx)../mathvec/libmvec.a \
216 $(+force)
217 (echo '/* GNU ld script'; echo '*/';\
218 cat $<; \
219 echo 'GROUP ( $(libdir)/libm-$(version).a $(libdir)/libmvec.a )' \
220 ) > $@.new
221 mv -f $@.new $@
222 endif
223
224 # Rules for the test suite.
225 tests = test-matherr-3 test-fenv basic-test \
226 test-misc test-fpucw test-fpucw-ieee tst-definitions test-tgmath \
227 test-tgmath-ret bug-nextafter bug-nexttoward bug-tgmath1 \
228 test-tgmath-int test-tgmath2 test-powl tst-CMPLX tst-CMPLX2 test-snan \
229 test-fenv-tls test-fenv-preserve test-fenv-return test-fenvinline \
230 test-nearbyint-except test-fenv-clear test-signgam-finite \
231 test-signgam-finite-c99 test-signgam-finite-c11 \
232 test-nearbyint-except-2 test-signgam-uchar test-signgam-uchar-init \
233 test-signgam-uint test-signgam-uint-init test-signgam-ullong \
234 test-signgam-ullong-init test-nan-overflow test-nan-payload \
235 test-fexcept test-fexcept-traps test-fesetexcept \
236 test-fesetexcept-traps test-fetestexceptflag test-femode \
237 test-femode-traps test-iszero-excess-precision \
238 test-iseqsig-excess-precision test-flt-eval-method \
239 test-fp-ilogb-constants test-fp-llogb-constants \
240 test-fe-snans-always-signal test-finite-macros test-narrow-macros \
241 test-nan-const $(tests-static)
242 tests-static = test-fpucw-static test-fpucw-ieee-static \
243 test-signgam-uchar-static test-signgam-uchar-init-static \
244 test-signgam-uint-static test-signgam-uint-init-static \
245 test-signgam-ullong-static test-signgam-ullong-init-static
246 tests-internal = test-matherr test-matherr-2
247
248 # These tests use internal (unexported) GMP functions and are linked
249 # statically to obtain access to these functions.
250 tests-static += atest-exp atest-sincos atest-exp2
251
252 ifneq (,$(CXX))
253 tests += test-math-isinff test-math-iszero test-math-issignaling \
254 test-math-iscanonical test-math-cxx11 test-math-iseqsig
255 endif
256
257 ifdef PYTHON
258 libm-vec-tests = $(addprefix test-,$(libmvec-tests))
259 libm-test-support = $(foreach t,$(test-types),libm-test-support-$(t))
260 test-extras += $(libm-test-support)
261 extra-test-objs += $(addsuffix .o, $(libm-test-support))
262 libm-vec-test-wrappers = $(addsuffix -wrappers, $(libm-vec-tests))
263 test-extras += $(libm-vec-test-wrappers)
264 extra-test-objs += $(addsuffix .o, $(libm-vec-test-wrappers))
265
266 ulps-file = $(firstword $(wildcard $(sysdirs:%=%/libm-test-ulps)))
267
268 $(objpfx)libm-test-ulps.h: $(ulps-file) gen-libm-test.py
269 $(make-target-directory)
270 $(PYTHON) gen-libm-test.py -u $< -H $@
271
272 libm-test-funcs-auto = acos acosh asin asinh atan atan2 atanh cabs cacos \
273 cacosh carg casin casinh catan catanh cbrt ccos ccosh \
274 cexp clog clog10 cos cosh cpow csin csinh csqrt ctan \
275 ctanh erf erfc exp exp10 exp2 expm1 fma hypot j0 j1 jn \
276 lgamma log log10 log1p log2 pow sin sincos sinh sqrt \
277 tan tanh tgamma y0 y1 yn
278 libm-test-funcs-noauto = canonicalize ceil cimag conj copysign cproj creal \
279 fabs fdim floor fmax fmaxmag fmin fminmag fmod \
280 fpclassify frexp fromfp fromfpx getpayload ilogb \
281 iscanonical iseqsig isfinite isgreater \
282 isgreaterequal isinf isless islessequal \
283 islessgreater isnan isnormal issignaling issubnormal \
284 isunordered iszero llogb llrint llround logb lrint \
285 lround modf nearbyint nextafter nextdown nexttoward \
286 nextup remainder remquo rint round roundeven scalb \
287 scalbln scalbn setpayload setpayloadsig signbit \
288 significand totalorder totalordermag trunc ufromfp \
289 ufromfpx
290 libm-test-funcs-narrow = add div mul sub
291 libm-test-funcs-all = $(libm-test-funcs-auto) $(libm-test-funcs-noauto)
292 libm-test-c-auto = $(foreach f,$(libm-test-funcs-auto),libm-test-$(f).c)
293 libm-test-c-noauto = $(foreach f,$(libm-test-funcs-noauto),libm-test-$(f).c)
294 libm-test-c-narrow = $(foreach f,$(libm-test-funcs-narrow),\
295 libm-test-narrow-$(f).c)
296 generated += libm-test-ulps.h $(libm-test-c-auto) $(libm-test-c-noauto) \
297 $(libm-test-c-narrow)
298
299 libm-tests-base-normal = $(foreach t,$(test-types),test-$(t))
300 libm-tests-base-finite = $(foreach t,$(test-types),test-$(t)-finite)
301 libm-tests-base-inline = $(foreach t,$(test-types),test-i$(t))
302 libm-tests-base-narrow = $(foreach t,$(test-type-pairs),test-$(t))
303 libm-tests-base = $(libm-tests-base-normal) $(libm-tests-base-finite) \
304 $(libm-tests-base-inline) $(libm-vec-tests)
305 libm-tests-normal = $(foreach t,$(libm-tests-base-normal),\
306 $(foreach f,$(libm-test-funcs-all),\
307 $(t)-$(f)))
308 libm-tests-finite = $(foreach t,$(libm-tests-base-finite),\
309 $(foreach f,$(libm-test-funcs-all),\
310 $(t)-$(f)))
311 libm-tests-inline = $(foreach t,$(libm-tests-base-inline),\
312 $(foreach f,$(libm-test-funcs-all),\
313 $(t)-$(f)))
314 libm-tests-narrow = $(foreach t,$(libm-tests-base-narrow),\
315 $(foreach f,$(libm-test-funcs-narrow),\
316 $(t)-$(f)))
317 libm-tests-vector = $(foreach t,$(libmvec-tests),\
318 $(foreach f,$($(t)-funcs),test-$(t)-$(f)))
319 libm-tests = $(libm-tests-normal) $(libm-tests-finite) $(libm-tests-inline) \
320 $(libm-tests-narrow) $(libm-tests-vector)
321 libm-tests-for-type = $(foreach f,$(libm-test-funcs-all),\
322 test-$(1)-$(f) test-$(1)-finite-$(f) \
323 test-i$(1)-$(f)) \
324 $(filter test-$(1)-%,$(libm-tests-vector) \
325 $(libm-tests-narrow))
326
327 libm-tests.o = $(addsuffix .o,$(libm-tests))
328
329 tests += $(libm-tests)
330 generated += $(addsuffix .c,$(libm-tests)) \
331 $(foreach t,$(test-types),libm-test-support-$(t).c)
332
333 libm-test-c-auto-obj = $(addprefix $(objpfx),$(libm-test-c-auto))
334 libm-test-c-noauto-obj = $(addprefix $(objpfx),$(libm-test-c-noauto))
335 libm-test-c-narrow-obj = $(addprefix $(objpfx),$(libm-test-c-narrow))
336
337 $(libm-test-c-noauto-obj): $(objpfx)libm-test%.c: libm-test%.inc \
338 gen-libm-test.py
339 $(make-target-directory)
340 $(PYTHON) gen-libm-test.py -c $< -a /dev/null -C $@
341
342 $(libm-test-c-auto-obj): $(objpfx)libm-test%.c: libm-test%.inc \
343 gen-libm-test.py \
344 auto-libm-test-out%
345 $(make-target-directory)
346 $(PYTHON) gen-libm-test.py -c $< -a auto-libm-test-out$* -C $@
347
348 $(libm-test-c-narrow-obj): $(objpfx)libm-test%.c: libm-test%.inc \
349 gen-libm-test.py \
350 auto-libm-test-out%
351 $(make-target-directory)
352 $(PYTHON) gen-libm-test.py -c $< -a auto-libm-test-out$* -C $@
353 endif
354
355 ifdef PYTHON
356 tgmath3-macros = atan2 cbrt ceil copysign erf erfc exp2 expm1 fdim floor \
357 fma fmax fmin fmod frexp hypot ilogb ldexp lgamma llrint \
358 llround log10 log1p log2 logb lrint lround nearbyint \
359 nextafter nexttoward remainder remquo rint round scalbn \
360 scalbln tgamma trunc acos asin atan acosh asinh atanh cos \
361 sin tan cosh sinh tanh exp log pow sqrt fabs carg cimag conj \
362 cproj creal roundeven nextup nextdown fminmag fmaxmag llogb \
363 fromfp fromfpx ufromfp ufromfpx totalorder totalordermag \
364 scalb
365 tgmath3-macro-tests = $(addprefix test-tgmath3-,$(tgmath3-macros))
366 tests += $(tgmath3-macro-tests)
367 generated += $(addsuffix .c,$(tgmath3-macro-tests))
368
369 $(tgmath3-macro-tests:%=$(objpfx)%.o): CFLAGS += -fno-builtin
370
371 $(foreach m,$(tgmath3-macros),\
372 $(objpfx)test-tgmath3-$(m).c): $(objpfx)test-tgmath3-%.c: \
373 gen-tgmath-tests.py
374 $(PYTHON) gen-tgmath-tests.py $* > $@
375
376 # Verify that the list of supported macros is in sync between the
377 # Makefile and gen-tgmath-tests.py.
378 tests-special += $(objpfx)test-tgmath3-macro-list.out
379 $(objpfx)test-tgmath3-macro-list.out: gen-tgmath-tests.py
380 $(PYTHON) $< check-list $(tgmath3-macros) > $@; \
381 $(evaluate-test)
382 endif
383
384 libm-test-fast-math-cflags = -fno-builtin -D__FAST_MATH__ -DTEST_FAST_MATH
385 libm-test-vec-cflags = $(libm-test-fast-math-cflags) -fno-inline \
386 -ffloat-store -D_OPENMP=201307 -Wno-unknown-pragmas
387
388 CFLAGS-test-double-vlen4-wrappers.c += $(double-vlen4-arch-ext-cflags)
389
390 CFLAGS-test-double-vlen8-wrappers.c += $(double-vlen8-arch-ext-cflags)
391
392 CFLAGS-test-float-vlen8-wrappers.c += $(float-vlen8-arch-ext-cflags)
393
394 CFLAGS-test-float-vlen16-wrappers.c += $(float-vlen16-arch-ext-cflags)
395
396 # The no-inline tests use -fsignaling-nans, and thereby use the
397 # versions of classification macros that support sNaNs. The inline
398 # function tests use the versions of classification macros that may
399 # raise spurious exceptions for sNaNs, but also do not test for
400 # exceptions. Thus both versions of the classification macros are
401 # validated.
402 libm-test-no-inline-cflags = -fno-inline -ffloat-store -fno-builtin \
403 -fsignaling-nans
404 libm-test-finite-cflags = $(libm-test-no-inline-cflags) \
405 -U__FINITE_MATH_ONLY__ -D__FINITE_MATH_ONLY__=1
406 libm-test-inline-cflags = $(libm-test-fast-math-cflags)
407 CFLAGS-test-tgmath.c += -fno-builtin
408 # The following testcase uses very long lines (>3 million), so it may take a
409 # while to compile it. See: http://llvm.org/bugs/show_bug.cgi?id=14106 and
410 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402
411 CFLAGS-test-tgmath2.c += -fno-builtin
412 CFLAGS-test-tgmath-ret.c += -fno-builtin
413 CFLAGS-test-powl.c += -fno-builtin
414
415 CFLAGS-test-snan.c += -fsignaling-nans
416
417 CFLAGS-test-signgam-finite.c += -ffinite-math-only
418 CFLAGS-test-signgam-finite-c99.c += -ffinite-math-only -std=c99
419 CFLAGS-test-signgam-finite-c11.c += -ffinite-math-only -std=c11
420 CFLAGS-test-signgam-uchar.c += -std=c99
421 CFLAGS-test-signgam-uchar-init.c += -std=c99
422 CFLAGS-test-signgam-uchar-static.c += -std=c99
423 CFLAGS-test-signgam-uchar-init-static.c += -std=c99
424 CFLAGS-test-signgam-uint.c += -std=c99
425 CFLAGS-test-signgam-uint-init.c += -std=c99
426 CFLAGS-test-signgam-uint-static.c += -std=c99
427 CFLAGS-test-signgam-uint-init-static.c += -std=c99
428 CFLAGS-test-signgam-ullong.c += -std=c99
429 CFLAGS-test-signgam-ullong-init.c += -std=c99
430 CFLAGS-test-signgam-ullong-static.c += -std=c99
431 CFLAGS-test-signgam-ullong-init-static.c += -std=c99
432
433 CFLAGS-test-math-cxx11.cc += -std=c++11
434
435 CFLAGS-test-math-isinff.cc += -std=gnu++11
436 CFLAGS-test-math-iszero.cc += -std=gnu++11
437 CFLAGS-test-math-issignaling.cc += -std=gnu++11
438 CFLAGS-test-math-iscanonical.cc += -std=gnu++11
439
440 CFLAGS-test-iszero-excess-precision.c += -fexcess-precision=standard
441 CFLAGS-test-iseqsig-excess-precision.c += -fexcess-precision=standard
442 CFLAGS-test-flt-eval-method.c += -fexcess-precision=standard
443
444 CFLAGS-test-fe-snans-always-signal.c += -fsignaling-nans
445
446 CFLAGS-test-finite-macros.c += -ffinite-math-only
447
448 CFLAGS-test-nan-const.c += -fno-builtin
449
450 include ../Rules
451
452 gen-all-calls = $(gen-libm-calls) $(gen-calls)
453
454 generated += $(addsuffix .c,$(call type-foreach,$(gen-all-calls))) \
455 gen-libm-templates.stmp
456
457 # Create wrappers in the math build directory.
458 $(objpfx)gen-libm-templates.stmp: Makefile
459 $(make-target-directory)
460 for gcall in $(gen-all-calls); do \
461 func=$${gcall%F*}$${gcall#*F}; \
462 for type in $(foreach t,$(types),$(t)__$(type-$(t)-suffix)); do \
463 suff=$${type#*__}; \
464 type=$${type%__*}; \
465 file=$(objpfx)$${gcall%F*}$${suff}$${gcall#*F}.c; \
466 ( \
467 echo "#include <math-type-macros-$${type}.h>"; \
468 echo "#include <$${func}_template.c>"; \
469 ) > $${file}; \
470 done; \
471 done; \
472 echo > $(@)
473
474 # Add dependency to ensure the generator runs prior.
475 $(foreach t, $(call type-foreach, $(gen-all-calls)), \
476 $(objpfx)$(t).c): $(objpfx)gen-libm-templates.stmp
477
478 ifdef PYTHON
479 # This must come after the inclusion of sysdeps Makefiles via Rules.
480
481 $(foreach t,$(libm-tests-normal),$(objpfx)$(t).c): $(objpfx)test-%.c:
482 type_func=$*; \
483 type=$${type_func%%-*}; \
484 func=$${type_func#*-}; \
485 ( \
486 echo "#include <test-$$type.h>"; \
487 echo "#include <test-math-no-finite.h>"; \
488 echo "#include <test-math-no-inline.h>"; \
489 echo "#include <test-math-errno.h>"; \
490 echo "#include <test-math-scalar.h>"; \
491 echo "#include <libm-test-$$func.c>"; \
492 ) > $@
493
494 $(foreach t,$(libm-tests-finite),$(objpfx)$(t).c): $(objpfx)test-%.c:
495 type_func=$*; \
496 type=$${type_func%%-*}; \
497 func=$${type_func#*-finite-}; \
498 ( \
499 echo "#include <test-$$type.h>"; \
500 echo "#include <test-math-finite.h>"; \
501 echo "#include <test-math-no-inline.h>"; \
502 echo "#include <test-math-scalar.h>"; \
503 echo "#include <libm-test-$$func.c>"; \
504 ) > $@
505
506 $(foreach t,$(libm-tests-inline),$(objpfx)$(t).c): $(objpfx)test-i%.c:
507 type_func=$*; \
508 type=$${type_func%%-*}; \
509 func=$${type_func#*-}; \
510 ( \
511 echo "#include <test-$$type.h>"; \
512 echo "#include <test-math-inline.h>"; \
513 echo "#include <test-math-scalar.h>"; \
514 echo "#include <libm-test-$$func.c>"; \
515 ) > $@
516
517 $(foreach t,$(libm-tests-narrow),$(objpfx)$(t).c): $(objpfx)test-%.c:
518 type_pair_func=$*; \
519 type_pair=$${type_pair_func%-*}; \
520 func=$${type_pair_func##*-}; \
521 ret_type=$${type_pair%%-*}; \
522 arg_type=$${type_pair#*-}; \
523 ( \
524 echo "#include <test-$$ret_type.h>"; \
525 echo "#include <test-arg-$$arg_type.h>"; \
526 echo "#include <test-math-no-finite.h>"; \
527 echo "#include <test-math-no-inline.h>"; \
528 echo "#include <test-math-errno.h>"; \
529 echo "#include <test-math-narrow.h>"; \
530 echo "#include <libm-test-narrow-$$func.c>"; \
531 ) > $@
532
533 $(foreach t,$(libm-tests-vector),$(objpfx)$(t).c): $(objpfx)test-%.c:
534 type_func=$*; \
535 type=$${type_func%-*}; \
536 func=$${type_func##*-}; \
537 func_args=$$(grep ALL_RM_TEST libm-test-$$func.inc \
538 | sed 's/.*RUN_TEST_LOOP_//;s/_.*//'); \
539 ( \
540 echo "#include <test-$$type.h>"; \
541 echo "WRAPPER_DECL_$$func_args (WRAPPER_NAME (FUNC ($$func)))"; \
542 echo "#include <libm-test-$$func.c>"; \
543 ) > $@
544
545 $(foreach t,$(test-types),\
546 $(objpfx)libm-test-support-$(t).c): $(objpfx)libm-test-support-%.c:
547 ( \
548 echo "#include <test-$*.h>"; \
549 echo "#include <libm-test-support.c>"; \
550 ) > $@
551
552 $(addprefix $(objpfx), $(libm-tests.o)): $(objpfx)libm-test-ulps.h
553
554 define o-iterator-doit
555 $(foreach f,$(libm-test-funcs-all),\
556 $(objpfx)$(o)-$(f).o): $(objpfx)$(o)%.o: $(objpfx)libm-test%.c
557 endef
558 object-suffixes-left := $(libm-tests-base)
559 include $(o-iterator)
560
561 define o-iterator-doit
562 $(foreach f,$(libm-test-funcs-narrow),\
563 $(objpfx)$(o)-$(f).o): $(objpfx)$(o)%.o: \
564 $(objpfx)libm-test-narrow%.c
565 endef
566 object-suffixes-left := $(libm-tests-base-narrow)
567 include $(o-iterator)
568
569 define o-iterator-doit
570 $(foreach f,$(libm-test-funcs-all),\
571 $(objpfx)$(o)-$(f).o): CFLAGS += $(libm-test-no-inline-cflags)
572 endef
573 object-suffixes-left := $(libm-tests-base-normal)
574 include $(o-iterator)
575
576 define o-iterator-doit
577 $(foreach f,$(libm-test-funcs-all),\
578 $(objpfx)$(o)-$(f).o): CFLAGS += $(libm-test-finite-cflags)
579 endef
580 object-suffixes-left := $(libm-tests-base-finite)
581 include $(o-iterator)
582
583 define o-iterator-doit
584 $(foreach f,$(libm-test-funcs-all),\
585 $(objpfx)$(o)-$(f).o): CFLAGS += $(libm-test-inline-cflags)
586 endef
587 object-suffixes-left := $(libm-tests-base-inline)
588 include $(o-iterator)
589
590 define o-iterator-doit
591 $(foreach f,$(libm-test-funcs-narrow),\
592 $(objpfx)$(o)-$(f).o): CFLAGS += $(libm-test-no-inline-cflags)
593 endef
594 object-suffixes-left := $(libm-tests-base-narrow)
595 include $(o-iterator)
596
597 define o-iterator-doit
598 $(foreach f,$($(o)-funcs),\
599 $(objpfx)test-$(o)-$(f).o): CFLAGS += $(libm-test-vec-cflags)
600 endef
601 object-suffixes-left := $(libmvec-tests)
602 include $(o-iterator)
603
604 define o-iterator-doit
605 $(addprefix $(objpfx),\
606 $(call libm-tests-for-type,$(o))): $(objpfx)libm-test-support-$(o).o
607 endef
608 object-suffixes-left := $(test-types)
609 include $(o-iterator)
610
611 define o-iterator-doit
612 $(objpfx)libm-test-support-$(o).o: CFLAGS += $(libm-test-no-inline-cflags)
613 endef
614 object-suffixes-left := $(test-types)
615 include $(o-iterator)
616
617 # Run the math programs to automatically generate ULPs files.
618 .PHONY: regen-ulps
619
620 run-regen-ulps = $(test-wrapper-env) \
621 $(run-program-env) \
622 $($*-ENV) $(rtld-prefix) $(objpfx)$${run}
623
624 regen-ulps: $(addprefix $(objpfx),$(libm-tests))
625 rm -f $(objpfx)ULPs; rm -f $(objpfx)NewUlps; \
626 cp $(ulps-file) $(objpfx)libm-test-ulps; \
627 for run in $(libm-tests); do \
628 echo "Regenerating ULPs for $${run}"; \
629 $(run-regen-ulps) -u -o $(objpfx); \
630 cat $(objpfx)ULPs >> $(objpfx)libm-test-ulps; \
631 rm $(objpfx)ULPs; \
632 done; \
633 $(PYTHON) gen-libm-test.py -n $(objpfx)NewUlps \
634 -u $(objpfx)libm-test-ulps; \
635 echo "Automatic regeneration of ULPs complete."; \
636 echo "Difference between the current baseline and the new baseline is:";\
637 diff -urN $(ulps-file) $(objpfx)NewUlps; \
638 echo "Copy $(objpfx)NewUlps to $(ulps-file) (relative to source)."
639 else
640 regen-ulps:
641 @echo "Automatic regeneration of ULPs requires python."; \
642 exit 1;
643 endif
644
645 # The generated sysd-rules file defines rules like this for sources
646 # coming from sysdeps/ directories. These rules find the generic sources.
647 define o-iterator-doit
648 $(objpfx)m_%$o: s_%.c $(before-compile); $$(compile-command.c)
649 endef
650 object-suffixes-left := $(all-object-suffixes)
651 include $(o-iterator)
652
653 # Likewise, for those generated files shared with libc.
654 define o-iterator-doit
655 $(objpfx)m_%$o: $(objpfx)s_%.c $(before-compile); $$(compile-command.c)
656 endef
657 object-suffixes-left := $(all-object-suffixes)
658 include $(o-iterator)
659
660 # We don't want the fdlibm code to use the inline math functions,
661 # only the fdlibm code.
662 math-CPPFLAGS += -D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES
663
664 ifneq ($(long-double-fcts),yes)
665 # The `double' and `long double' types are the same on this machine.
666 # We won't compile the `long double' code at all. Tell the `double' code
667 # to define aliases for the `FUNCl' names.
668 math-CPPFLAGS += -DNO_LONG_DOUBLE
669 endif
670
671 # These files quiet sNaNs in a way that is optimized away without
672 # -fsignaling-nans.
673 CFLAGS-s_modf.c += -fsignaling-nans
674 CFLAGS-s_modff.c += -fsignaling-nans
675 CFLAGS-s_modfl.c += -fsignaling-nans
676 CFLAGS-s_modff128.c += -fsignaling-nans
677
678 $(addprefix $(objpfx),\
679 $(filter-out $(tests-static) $(libm-tests-vector),\
680 $(tests) $(tests-internal))): $(libm)
681 $(addprefix $(objpfx),$(tests-static)): $(objpfx)libm.a
682 define o-iterator-doit
683 $(foreach f,$($(o)-funcs),\
684 $(objpfx)test-$(o)-$(f)): $(objpfx)test-$(o)-wrappers.o \
685 $(libm) $(libmvec)
686 endef
687 object-suffixes-left := $(libmvec-tests)
688 include $(o-iterator)
689
690 $(objpfx)test-fenv-tls: $(shared-thread-library)