Remove "[Add new features here]" for 2.27
[glibc.git] / math / Makefile
blobe09b0c05457f1d473c2f65f4dca6bd10f7854dc2
1 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
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.
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.
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/>.
18 # Makefile for the math library.
20 subdir := math
22 include ../Makeconfig
24 # Installed header files.
25 headers := math.h bits/mathcalls.h bits/mathinline.h bits/huge_val.h \
26 bits/huge_valf.h bits/huge_vall.h bits/inf.h bits/nan.h \
27 fpu_control.h complex.h bits/cmathcalls.h fenv.h \
28 bits/fenv.h bits/fenvinline.h bits/mathdef.h tgmath.h \
29 bits/math-finite.h bits/math-vector.h \
30 bits/libm-simd-decl-stubs.h bits/iscanonical.h \
31 bits/flt-eval-method.h bits/fp-fast.h bits/fp-logb.h \
32 bits/long-double.h bits/mathcalls-helper-functions.h \
33 bits/floatn.h bits/huge_val_flt128.h
35 # FPU support code.
36 aux := setfpucw fpu_control
38 # Build the -lm library.
40 extra-libs := libm
41 extra-libs-others = $(extra-libs)
43 libm-support = s_lib_version s_matherr s_signgam \
44 fclrexcpt fgetexcptflg fraiseexcpt fsetexcptflg \
45 ftestexcept fegetround fesetround fegetenv feholdexcpt \
46 fesetenv feupdateenv t_exp fedisblxcpt feenablxcpt \
47 fegetexcept fesetexcept fetestexceptflag fegetmode \
48 fesetmode
50 # Wrappers for these functions generated per type using a file named
51 # <func>_template.c and the appropriate math-type-macros-<TYPE>.h.
52 gen-libm-calls = cargF conjF cimagF crealF cabsF s_cacosF \
53 s_cacoshF s_ccosF s_ccoshF s_casinF s_csinF s_casinhF \
54 k_casinhF s_csinhF k_casinhF s_csinhF s_catanhF s_catanF \
55 s_ctanF s_ctanhF s_cexpF s_clogF s_cprojF s_csqrtF \
56 s_cpowF s_clog10F s_fdimF s_nextdownF s_fmaxF s_fminF \
57 s_nanF s_iseqsigF s_canonicalizeF 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
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_rem_pio2F e_remainderF e_scalbF e_sinhF e_sqrtF e_gammaF_r \
68 e_ilogbF \
69 k_cosF k_sinF 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_significandF 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)
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
93 # Type specific routine support.
95 # The following three variables control what is included for each type:
97 # type-floatN-suffix = The suffix of the type
98 # type-floatN-routines = Type specific support objects
99 # type-floatN-yes = If the type is supported, evaluates to floatN
101 # Finally, note that types is an intentionally recursive variable.
102 # We only know the full set of supported types for the target machine
103 # after the Rules makefile has been parsed.
104 types-basic = $(type-ldouble-$(long-double-fcts)) double float
106 # long double support
107 type-ldouble-suffix := l
108 type-ldouble-routines := t_sincosl k_sincosl s_iscanonicall
109 type-ldouble-yes := ldouble
111 # double support
112 type-double-suffix :=
113 type-double-routines := branred doasin dosincos halfulp mpa mpatan2 \
114 mpatan mpexp mplog mpsqrt mptan sincos32 slowexp \
115 slowpow sincostab k_rem_pio2
117 # float support
118 type-float-suffix := f
119 type-float-routines := k_rem_pio2f
121 # _Float128 support
122 type-float128-suffix := f128
123 type-float128-routines := t_sincosf128 k_sincosf128
124 type-float128-yes := float128
125 types = $(types-basic) $(type-float128-$(float128-fcts))
127 # For each of the basic types (float, double, long double), replace the
128 # occurrences of 'F' in arg 1 with the appropriate suffix for the type.
129 type-basic-foreach = $(foreach t, $(types-basic), \
130 $(subst F,$(type-$(t)-suffix),$(1)))
132 # Apply suffix to each type in arg 1
133 type-foreach = $(foreach t,$(types),$(subst F,$(type-$(t)-suffix),$(1)))
135 libm-routines = $(strip $(libm-support) \
136 $(call type-basic-foreach, \
137 $(libm-compat-calls)) \
138 $(call type-foreach, $(libm-calls)) \
139 $(foreach t, $(types), $(type-$(t)-routines))) \
141 # These functions are in libc instead of libm because __printf_fp
142 # calls them, so any program using printf will need them linked in,
143 # and we don't want to have to link every program with -lm.
144 # In libm-calls (above), list m_foo in place of s_foo for any
145 # routine that should be compiled separately for its libc and libm versions.
146 calls = s_isinfF s_isnanF s_finiteF s_copysignF s_modfF s_scalbnF s_frexpF \
147 s_signbitF $(gen-calls)
148 gen-calls = s_ldexpF
149 generated += $(foreach s,.c .S,$(call type-foreach, $(calls:s_%=m_%$(s))))
150 routines = $(call type-foreach, $(calls))
152 ifeq ($(build-mathvec),yes)
153 # We need to install libm.so and libm.a as linker scripts
154 # for transparent use of vector math library.
155 install-lib-ldscripts := libm.so libm.a
156 install-others = $(inst_libdir)/libm.so $(inst_libdir)/libm.a
157 $(inst_libdir)/libm.so: $(common-objpfx)format.lds \
158 $(libm) \
159 $(libmvec) \
160 $(+force)
161 (echo '/* GNU ld script'; echo '*/';\
162 cat $<; \
163 echo 'GROUP ( $(slibdir)/libm.so$(libm.so-version) ' \
164 'AS_NEEDED ( $(libdir)/libmvec_nonshared.a $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
165 ) > $@.new
166 mv -f $@.new $@
168 $(inst_libdir)/libm-$(version).a: $(objpfx)libm.a \
169 $(+force)
170 $(do-install)
172 $(inst_libdir)/libm.a: $(common-objpfx)format.lds \
173 $(inst_libdir)/libm-$(version).a \
174 $(objpfx)../mathvec/libmvec.a \
175 $(+force)
176 (echo '/* GNU ld script'; echo '*/';\
177 cat $<; \
178 echo 'GROUP ( $(libdir)/libm-$(version).a $(libdir)/libmvec.a )' \
179 ) > $@.new
180 mv -f $@.new $@
181 endif
183 # Rules for the test suite.
184 tests = test-matherr test-fenv atest-exp atest-sincos atest-exp2 basic-test \
185 test-misc test-fpucw test-fpucw-ieee tst-definitions test-tgmath \
186 test-tgmath-ret bug-nextafter bug-nexttoward bug-tgmath1 \
187 test-tgmath-int test-tgmath2 test-powl tst-CMPLX tst-CMPLX2 test-snan \
188 test-fenv-tls test-fenv-preserve test-fenv-return test-fenvinline \
189 test-nearbyint-except test-fenv-clear test-signgam-finite \
190 test-signgam-finite-c99 test-signgam-finite-c11 \
191 test-nearbyint-except-2 test-signgam-uchar test-signgam-uchar-init \
192 test-signgam-uint test-signgam-uint-init test-signgam-ullong \
193 test-signgam-ullong-init test-nan-overflow test-nan-payload \
194 test-fexcept test-fexcept-traps test-fesetexcept \
195 test-fesetexcept-traps test-fetestexceptflag test-femode \
196 test-femode-traps test-iszero-excess-precision \
197 test-iseqsig-excess-precision test-flt-eval-method \
198 test-fp-ilogb-constants test-fp-llogb-constants \
199 test-fe-snans-always-signal $(tests-static)
200 tests-static = test-fpucw-static test-fpucw-ieee-static \
201 test-signgam-uchar-static test-signgam-uchar-init-static \
202 test-signgam-uint-static test-signgam-uint-init-static \
203 test-signgam-ullong-static test-signgam-ullong-init-static
205 ifneq (,$(CXX))
206 tests += test-math-isinff test-math-iszero
207 endif
209 ifneq (no,$(PERL))
210 libm-vec-tests = $(addprefix test-,$(libmvec-tests))
211 libm-test-support = $(foreach t,$(types),libm-test-support-$(t))
212 test-extras += $(libm-test-support)
213 extra-test-objs += $(addsuffix .o, $(libm-test-support))
214 libm-vec-test-wrappers = $(addsuffix -wrappers, $(libm-vec-tests))
215 test-extras += $(libm-vec-test-wrappers)
216 extra-test-objs += $(addsuffix .o, $(libm-vec-test-wrappers))
218 ulps-file = $(firstword $(wildcard $(sysdirs:%=%/libm-test-ulps)))
220 $(objpfx)libm-test-ulps.h: $(ulps-file) gen-libm-test.pl
221 $(make-target-directory)
222 $(PERL) gen-libm-test.pl -u $< -H $@
224 libm-test-funcs-auto = acos acosh asin asinh atan atan2 atanh cabs cacos \
225 cacosh carg casin casinh catan catanh cbrt ccos ccosh \
226 cexp clog clog10 cos cosh cpow csin csinh csqrt ctan \
227 ctanh erf erfc exp exp10 exp2 expm1 fma hypot j0 j1 jn \
228 lgamma log log10 log1p log2 pow sin sincos sinh sqrt \
229 tan tanh tgamma y0 y1 yn
230 libm-test-funcs-noauto = canonicalize ceil cimag conj copysign cproj creal \
231 fabs fdim floor fmax fmaxmag fmin fminmag fmod \
232 fpclassify frexp fromfp fromfpx getpayload ilogb \
233 iscanonical iseqsig isfinite isgreater \
234 isgreaterequal isinf isless islessequal \
235 islessgreater isnan isnormal issignaling issubnormal \
236 isunordered iszero llogb llrint llround logb lrint \
237 lround modf nearbyint nextafter nextdown nexttoward \
238 nextup remainder remquo rint round roundeven scalb \
239 scalbln scalbn setpayload setpayloadsig signbit \
240 significand totalorder totalordermag trunc ufromfp \
241 ufromfpx
242 libm-test-funcs-all = $(libm-test-funcs-auto) $(libm-test-funcs-noauto)
243 libm-test-c-auto = $(foreach f,$(libm-test-funcs-auto),libm-test-$(f).c)
244 libm-test-c-noauto = $(foreach f,$(libm-test-funcs-noauto),libm-test-$(f).c)
245 generated += libm-test-ulps.h $(libm-test-c-auto) $(libm-test-c-noauto)
247 libm-tests-base-normal = $(foreach t,$(types),test-$(t))
248 libm-tests-base-finite = $(foreach t,$(types),test-$(t)-finite)
249 libm-tests-base-inline = $(foreach t,$(types),test-i$(t))
250 libm-tests-base = $(libm-tests-base-normal) $(libm-tests-base-finite) \
251 $(libm-tests-base-inline) $(libm-vec-tests)
252 libm-tests-normal = $(foreach t,$(libm-tests-base-normal),\
253 $(foreach f,$(libm-test-funcs-all),\
254 $(t)-$(f)))
255 libm-tests-finite = $(foreach t,$(libm-tests-base-finite),\
256 $(foreach f,$(libm-test-funcs-all),\
257 $(t)-$(f)))
258 libm-tests-inline = $(foreach t,$(libm-tests-base-inline),\
259 $(foreach f,$(libm-test-funcs-all),\
260 $(t)-$(f)))
261 libm-tests-vector = $(foreach t,$(libmvec-tests),\
262 $(foreach f,$($(t)-funcs),test-$(t)-$(f)))
263 libm-tests = $(libm-tests-normal) $(libm-tests-finite) $(libm-tests-inline) \
264 $(libm-tests-vector)
265 libm-tests-for-type = $(foreach f,$(libm-test-funcs-all),\
266 test-$(1)-$(f) test-$(1)-finite-$(f) \
267 test-i$(1)-$(f)) \
268 $(filter test-$(1)-%,$(libm-tests-vector))
270 libm-tests.o = $(addsuffix .o,$(libm-tests))
272 tests += $(libm-tests)
273 generated += $(addsuffix .c,$(libm-tests)) \
274 $(foreach t,$(types),libm-test-support-$(t).c)
276 libm-test-c-auto-obj = $(addprefix $(objpfx),$(libm-test-c-auto))
277 libm-test-c-noauto-obj = $(addprefix $(objpfx),$(libm-test-c-noauto))
279 $(libm-test-c-noauto-obj): $(objpfx)libm-test%.c: libm-test%.inc \
280 gen-libm-test.pl
281 $(make-target-directory)
282 $(PERL) gen-libm-test.pl -c $< -a /dev/null -C $@
284 $(libm-test-c-auto-obj): $(objpfx)libm-test%.c: libm-test%.inc \
285 gen-libm-test.pl \
286 auto-libm-test-out%
287 $(make-target-directory)
288 $(PERL) gen-libm-test.pl -c $< -a auto-libm-test-out$* -C $@
290 libm-test-incs = $(foreach f,$(libm-test-funcs-all),libm-test-$(f).inc)
291 endif
293 ifdef PYTHON
294 tests += test-tgmath3
295 generated += test-tgmath3.c
296 CFLAGS-test-tgmath3.c = -fno-builtin
298 $(objpfx)test-tgmath3.c: gen-tgmath-tests.py
299 $(PYTHON) $< > $@
300 endif
302 libm-test-fast-math-cflags = -fno-builtin -D__FAST_MATH__ -DTEST_FAST_MATH
303 libm-test-vec-cflags = $(libm-test-fast-math-cflags) -fno-inline \
304 -ffloat-store -D_OPENMP=201307 -Wno-unknown-pragmas
306 CFLAGS-test-double-vlen4-wrappers.c = $(double-vlen4-arch-ext-cflags)
308 CFLAGS-test-double-vlen8-wrappers.c = $(double-vlen8-arch-ext-cflags)
310 CFLAGS-test-float-vlen8-wrappers.c = $(float-vlen8-arch-ext-cflags)
312 CFLAGS-test-float-vlen16-wrappers.c = $(float-vlen16-arch-ext-cflags)
314 # The no-inline tests use -fsignaling-nans, and thereby use the
315 # versions of classification macros that support sNaNs. The inline
316 # function tests use the versions of classification macros that may
317 # raise spurious exceptions for sNaNs, but also do not test for
318 # exceptions. Thus both versions of the classification macros are
319 # validated.
320 libm-test-no-inline-cflags = -fno-inline -ffloat-store -fno-builtin \
321 -fsignaling-nans
322 libm-test-finite-cflags = $(libm-test-no-inline-cflags) \
323 -U__FINITE_MATH_ONLY__ -D__FINITE_MATH_ONLY__=1
324 libm-test-inline-cflags = $(libm-test-fast-math-cflags)
325 CFLAGS-test-tgmath.c = -fno-builtin
326 # The following testcase uses very long lines (>3 million), so it may take a
327 # while to compile it. See: http://llvm.org/bugs/show_bug.cgi?id=14106 and
328 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402
329 CFLAGS-test-tgmath2.c = -fno-builtin
330 CFLAGS-test-tgmath-ret.c = -fno-builtin
331 CFLAGS-test-powl.c = -fno-builtin
333 CFLAGS-test-snan.c = -fsignaling-nans
335 CFLAGS-test-signgam-finite.c = -ffinite-math-only
336 CFLAGS-test-signgam-finite-c99.c = -ffinite-math-only -std=c99
337 CFLAGS-test-signgam-finite-c11.c = -ffinite-math-only -std=c11
338 CFLAGS-test-signgam-uchar.c = -std=c99
339 CFLAGS-test-signgam-uchar-init.c = -std=c99
340 CFLAGS-test-signgam-uchar-static.c = -std=c99
341 CFLAGS-test-signgam-uchar-init-static.c = -std=c99
342 CFLAGS-test-signgam-uint.c = -std=c99
343 CFLAGS-test-signgam-uint-init.c = -std=c99
344 CFLAGS-test-signgam-uint-static.c = -std=c99
345 CFLAGS-test-signgam-uint-init-static.c = -std=c99
346 CFLAGS-test-signgam-ullong.c = -std=c99
347 CFLAGS-test-signgam-ullong-init.c = -std=c99
348 CFLAGS-test-signgam-ullong-static.c = -std=c99
349 CFLAGS-test-signgam-ullong-init-static.c = -std=c99
351 CFLAGS-test-math-isinff.cc = -std=gnu++11
352 CFLAGS-test-math-iszero.cc = -std=gnu++11
354 CFLAGS-test-iszero-excess-precision.c = -fexcess-precision=standard
355 CFLAGS-test-iseqsig-excess-precision.c = -fexcess-precision=standard
356 CFLAGS-test-flt-eval-method.c = -fexcess-precision=standard
358 CFLAGS-test-fe-snans-always-signal.c = -fsignaling-nans
360 # The -lieee module sets the _LIB_VERSION_ switch to IEEE mode
361 # for error handling in the -lm functions.
362 install-lib += libieee.a
363 non-lib.a += libieee.a
364 extra-objs += libieee.a ieee-math.o
366 include ../Rules
368 gen-all-calls = $(gen-libm-calls) $(gen-calls)
370 generated += $(addsuffix .c,$(call type-foreach,$(gen-all-calls))) \
371 gen-libm-templates.stmp
373 # Create wrappers in the math build directory.
374 $(objpfx)gen-libm-templates.stmp: Makefile
375 $(make-target-directory)
376 for gcall in $(gen-all-calls); do \
377 func=$${gcall%F*}$${gcall#*F}; \
378 for type in $(foreach t,$(types),$(t)__$(type-$(t)-suffix)); do \
379 suff=$${type#*__}; \
380 type=$${type%__*}; \
381 file=$(objpfx)$${gcall%F*}$${suff}$${gcall#*F}.c; \
383 echo "#include <math-type-macros-$${type}.h>"; \
384 echo "#include <$${func}_template.c>"; \
385 ) > $${file}; \
386 done; \
387 done; \
388 echo > $(@)
390 # Add dependency to ensure the generator runs prior.
391 $(foreach t, $(call type-foreach, $(gen-all-calls)), \
392 $(objpfx)$(t).c): $(objpfx)gen-libm-templates.stmp
394 ifneq (no,$(PERL))
395 # This must come after the inclusion of sysdeps Makefiles via Rules.
397 $(foreach t,$(libm-tests-normal),$(objpfx)$(t).c): $(objpfx)test-%.c:
398 type_func=$*; \
399 type=$${type_func%%-*}; \
400 func=$${type_func#*-}; \
402 echo "#include <test-$$type.h>"; \
403 echo "#include <test-math-no-finite.h>"; \
404 echo "#include <test-math-no-inline.h>"; \
405 echo "#include <test-math-errno.h>"; \
406 echo "#include <test-math-scalar.h>"; \
407 echo "#include <libm-test-$$func.c>"; \
408 ) > $@
410 $(foreach t,$(libm-tests-finite),$(objpfx)$(t).c): $(objpfx)test-%.c:
411 type_func=$*; \
412 type=$${type_func%%-*}; \
413 func=$${type_func#*-finite-}; \
415 echo "#include <test-$$type.h>"; \
416 echo "#include <test-math-finite.h>"; \
417 echo "#include <test-math-no-inline.h>"; \
418 echo "#include <test-math-scalar.h>"; \
419 echo "#include <libm-test-$$func.c>"; \
420 ) > $@
422 $(foreach t,$(libm-tests-inline),$(objpfx)$(t).c): $(objpfx)test-i%.c:
423 type_func=$*; \
424 type=$${type_func%%-*}; \
425 func=$${type_func#*-}; \
427 echo "#include <test-$$type.h>"; \
428 echo "#include <test-math-inline.h>"; \
429 echo "#include <test-math-scalar.h>"; \
430 echo "#include <libm-test-$$func.c>"; \
431 ) > $@
433 $(foreach t,$(libm-tests-vector),$(objpfx)$(t).c): $(objpfx)test-%.c:
434 type_func=$*; \
435 type=$${type_func%-*}; \
436 func=$${type_func##*-}; \
437 func_args=$$(grep ALL_RM_TEST libm-test-$$func.inc \
438 | sed 's/.*RUN_TEST_LOOP_//;s/_.*//'); \
440 echo "#include <test-$$type.h>"; \
441 echo "WRAPPER_DECL_$$func_args (WRAPPER_NAME (FUNC ($$func)))"; \
442 echo "#include <libm-test-$$func.c>"; \
443 ) > $@
445 $(foreach t,$(types),\
446 $(objpfx)libm-test-support-$(t).c): $(objpfx)libm-test-support-%.c:
448 echo "#include <test-$*.h>"; \
449 echo "#include <libm-test-support.c>"; \
450 ) > $@
452 $(addprefix $(objpfx), $(libm-tests.o)): $(objpfx)libm-test-ulps.h
454 define o-iterator-doit
455 $(foreach f,$(libm-test-funcs-all),\
456 $(objpfx)$(o)-$(f).o): $(objpfx)$(o)%.o: $(objpfx)libm-test%.c
457 endef
458 object-suffixes-left := $(libm-tests-base)
459 include $(o-iterator)
461 define o-iterator-doit
462 $(foreach f,$(libm-test-funcs-all),\
463 $(objpfx)$(o)-$(f).o): CFLAGS += $(libm-test-no-inline-cflags)
464 endef
465 object-suffixes-left := $(libm-tests-base-normal)
466 include $(o-iterator)
468 define o-iterator-doit
469 $(foreach f,$(libm-test-funcs-all),\
470 $(objpfx)$(o)-$(f).o): CFLAGS += $(libm-test-finite-cflags)
471 endef
472 object-suffixes-left := $(libm-tests-base-finite)
473 include $(o-iterator)
475 define o-iterator-doit
476 $(foreach f,$(libm-test-funcs-all),\
477 $(objpfx)$(o)-$(f).o): CFLAGS += $(libm-test-inline-cflags)
478 endef
479 object-suffixes-left := $(libm-tests-base-inline)
480 include $(o-iterator)
482 define o-iterator-doit
483 $(foreach f,$($(o)-funcs),\
484 $(objpfx)test-$(o)-$(f).o): CFLAGS += $(libm-test-vec-cflags)
485 endef
486 object-suffixes-left := $(libmvec-tests)
487 include $(o-iterator)
489 define o-iterator-doit
490 $(addprefix $(objpfx),\
491 $(call libm-tests-for-type,$(o))): $(objpfx)libm-test-support-$(o).o
492 endef
493 object-suffixes-left := $(types)
494 include $(o-iterator)
496 define o-iterator-doit
497 $(objpfx)libm-test-support-$(o).o: CFLAGS += $(libm-test-no-inline-cflags)
498 endef
499 object-suffixes-left := $(types)
500 include $(o-iterator)
502 # Run the math programs to automatically generate ULPs files.
503 .PHONY: regen-ulps
505 run-regen-ulps = $(test-wrapper-env) \
506 $(run-program-env) \
507 $($*-ENV) $(rtld-prefix) $${run}
509 regen-ulps: $(addprefix $(objpfx),$(libm-tests))
510 rm -f $(objpfx)ULPs; rm -f $(objpfx)NewUlps; \
511 cp $(ulps-file) $(objpfx)libm-test-ulps; \
512 for run in $^; do \
513 echo "Regenerating ULPs for $${run}"; \
514 $(run-regen-ulps) -u -o $(objpfx); \
515 cat $(objpfx)ULPs >> $(objpfx)libm-test-ulps; \
516 rm $(objpfx)ULPs; \
517 done; \
518 $(PERL) gen-libm-test.pl -n $(objpfx)NewUlps \
519 -u $(objpfx)libm-test-ulps; \
520 echo "Automatic regeneration of ULPs complete."; \
521 echo "Difference between the current baseline and the new baseline is:";\
522 diff -urN $(ulps-file) $(objpfx)NewUlps; \
523 echo "Copy $(objpfx)NewUlps to $(ulps-file) (relative to source)."
524 else
525 regen-ulps:
526 @echo "Automatic regeneration of ULPs requires perl."; \
527 exit 1;
528 endif
530 # The generated sysd-rules file defines rules like this for sources
531 # coming from sysdeps/ directories. These rules find the generic sources.
532 define o-iterator-doit
533 $(objpfx)m_%$o: s_%.c $(before-compile); $$(compile-command.c)
534 endef
535 object-suffixes-left := $(all-object-suffixes)
536 include $(o-iterator)
538 # Likewise, for those generated files shared with libc.
539 define o-iterator-doit
540 $(objpfx)m_%$o: $(objpfx)s_%.c $(before-compile); $$(compile-command.c)
541 endef
542 object-suffixes-left := $(all-object-suffixes)
543 include $(o-iterator)
545 # This file defines the default _LIB_VERSION variable that controls
546 # the error return conventions for the math functions.
547 CPPFLAGS-s_lib_version.c := -D_POSIX_MODE
549 # We don't want the fdlibm code to use the inline math functions,
550 # only the fdlibm code.
551 math-CPPFLAGS += -D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES
553 ifneq ($(long-double-fcts),yes)
554 # The `double' and `long double' types are the same on this machine.
555 # We won't compile the `long double' code at all. Tell the `double' code
556 # to define aliases for the `FUNCl' names. To avoid type conflicts in
557 # defining those aliases, tell <math.h> to declare the `FUNCl' names with
558 # `double' instead of `long double'.
559 math-CPPFLAGS += -DNO_LONG_DOUBLE -D_Mlong_double_=double
560 endif
562 # These files quiet sNaNs in a way that is optimized away without
563 # -fsignaling-nans.
564 CFLAGS-s_modf.c += -fsignaling-nans
565 CFLAGS-s_modff.c += -fsignaling-nans
566 CFLAGS-s_modfl.c += -fsignaling-nans
567 CFLAGS-s_modff128.c += -fsignaling-nans
569 # The -lieee library is actually an object file.
570 # The module just defines the _LIB_VERSION_ variable.
571 # It's not a library to make sure it is linked in instead of s_lib_version.o.
572 $(objpfx)libieee.a: $(objpfx)ieee-math.o
573 rm -f $@
574 $(patsubst %/,cd % &&,$(objpfx)) \
575 $(LN_S) $(<F) $(@F)
577 $(addprefix $(objpfx),\
578 $(filter-out $(tests-static) $(libm-tests-vector),\
579 $(tests))): $(libm)
580 $(addprefix $(objpfx),$(tests-static)): $(objpfx)libm.a
581 define o-iterator-doit
582 $(foreach f,$($(o)-funcs),\
583 $(objpfx)test-$(o)-$(f)): $(objpfx)test-$(o)-wrappers.o \
584 $(libm) $(libmvec)
585 endef
586 object-suffixes-left := $(libmvec-tests)
587 include $(o-iterator)
589 gmp-objs = $(patsubst %,$(common-objpfx)stdlib/%.o,\
590 add_n sub_n cmp addmul_1 mul_1 mul_n divmod_1 \
591 lshift rshift mp_clz_tab udiv_qrnnd inlines \
592 $(gmp-sysdep_routines))
593 $(objpfx)atest-exp: $(gmp-objs)
594 $(objpfx)atest-sincos: $(gmp-objs)
595 $(objpfx)atest-exp2: $(gmp-objs)
596 $(objpfx)test-fenv-tls: $(shared-thread-library)