]> git.ipfire.org Git - thirdparty/glibc.git/blob - math/Makefile
Add fetestexceptflag.
[thirdparty/glibc.git] / math / Makefile
1 # Copyright (C) 1996-2016 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 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
31
32 # FPU support code.
33 aux := setfpucw fpu_control
34
35 # Build the -lm library.
36
37 extra-libs := libm
38 extra-libs-others = $(extra-libs)
39
40 libm-support = s_lib_version s_matherr s_signgam \
41 fclrexcpt fgetexcptflg fraiseexcpt fsetexcptflg \
42 ftestexcept fegetround fesetround fegetenv feholdexcpt \
43 fesetenv feupdateenv t_exp fedisblxcpt feenablxcpt \
44 fegetexcept fesetexcept fetestexceptflag
45
46 # Wrappers for these functions generated per type using a file named
47 # <func>_template.c and the appropriate math-type-macros-<TYPE>.h.
48 gen-libm-calls = cargF conjF cimagF crealF cabsF s_cacosF \
49 s_cacoshF s_ccosF s_ccoshF s_casinF s_csinF s_casinhF \
50 k_casinhF s_csinhF k_casinhF s_csinhF s_catanhF s_catanF \
51 s_ctanF s_ctanhF
52
53 libm-calls = \
54 e_acosF e_acoshF e_asinF e_atan2F e_atanhF e_coshF e_expF e_fmodF \
55 e_hypotF e_j0F e_j1F e_jnF e_lgammaF_r e_logF e_log10F e_powF \
56 e_rem_pio2F e_remainderF e_scalbF e_sinhF e_sqrtF e_gammaF_r \
57 e_ilogbF \
58 k_cosF k_rem_pio2F k_sinF k_tanF s_asinhF s_atanF s_cbrtF \
59 s_ceilF s_cosF s_erfF s_expm1F s_fabsF \
60 s_floorF s_log1pF w_log1pF s_logbF \
61 s_nextafterF s_nexttowardF s_rintF s_scalblnF w_scalblnF \
62 s_significandF s_sinF s_tanF s_tanhF w_acosF w_acoshF w_asinF \
63 w_atan2F w_atanhF w_coshF w_expF w_exp2F w_exp10F w_fmodF \
64 w_tgammaF w_hypotF w_j0F w_j1F w_jnF w_lgammaF w_lgammaF_r \
65 w_logF w_log10F w_powF w_remainderF w_scalbF w_sinhF w_sqrtF \
66 w_ilogbF \
67 s_fpclassifyF s_fmaxF s_fminF s_fdimF s_nanF s_truncF \
68 s_remquoF e_log2F e_exp2F s_roundF s_nearbyintF s_sincosF \
69 s_cexpF s_clogF \
70 s_csqrtF s_cpowF s_cprojF s_clog10F \
71 s_fmaF s_lrintF s_llrintF s_lroundF s_llroundF e_exp10F w_log2F \
72 s_issignalingF $(calls:s_%=m_%) x2y2m1F \
73 gamma_productF lgamma_negF lgamma_productF \
74 s_nextupF s_nextdownF $(gen-libm-calls)
75
76 libm-compat-calls-ldouble-yes = w_lgamma_compatl k_standardl
77 libm-compat-calls = w_lgamma_compatf w_lgamma_compat k_standard k_standardf \
78 $(libm-compat-calls-ldouble-$(long-double-fcts))
79
80
81 # Type specific routine support.
82 #
83 # The following three variables control what is included for each type:
84 #
85 # type-floatN-suffix = The suffix of the type
86 # type-floatN-routines = Type specific support objects
87 # type-floatN-yes = If the type is supported, evaluates to floatN
88 #
89 # Finally, note that types is an intentionally recursive variable.
90 # We only know the full set of supported types for the target machine
91 # after the Rules makefile has been parsed.
92 types = $(type-ldouble-$(long-double-fcts)) double float
93
94 # long double support
95 type-ldouble-suffix := l
96 type-ldouble-routines := t_sincosl k_sincosl
97 type-ldouble-yes := ldouble
98
99 # double support
100 type-double-suffix :=
101 type-double-routines := branred doasin dosincos halfulp mpa mpatan2 \
102 mpatan mpexp mplog mpsqrt mptan sincos32 slowexp \
103 slowpow sincostab
104
105 # float support
106 type-float-suffix := f
107 type-float-routines :=
108
109
110 # Apply suffix to each type in arg 1
111 type-foreach = $(foreach t,$(types),$(subst F,$(type-$(t)-suffix),$(1)))
112
113 libm-routines = $(strip $(libm-support) $(libm-compat-calls) \
114 $(call type-foreach, $(libm-calls)) \
115 $(foreach t, $(types), $(type-$(t)-routines))) \
116
117 # These functions are in libc instead of libm because __printf_fp
118 # calls them, so any program using printf will need them linked in,
119 # and we don't want to have to link every program with -lm.
120 # In libm-calls (above), list m_foo in place of s_foo for any
121 # routine that should be compiled separately for its libc and libm versions.
122 calls = s_isinfF s_isnanF s_finiteF s_copysignF s_modfF s_scalbnF s_frexpF \
123 s_ldexpF s_signbitF
124 generated += $(foreach s,.c .S,$(call type-foreach, $(calls:s_%=m_%$(s))))
125 routines = $(call type-foreach, $(calls))
126
127 ifeq ($(build-mathvec),yes)
128 # We need to install libm.so as linker script
129 # for more comfortable use of vector math library.
130 install-lib-ldscripts := libm.so
131 install_subdir: $(inst_libdir)/libm.so
132 $(inst_libdir)/libm.so: $(common-objpfx)format.lds \
133 $(libm) \
134 $(libmvec) \
135 $(+force)
136 (echo '/* GNU ld script'; echo '*/';\
137 cat $<; \
138 echo 'GROUP ( $(slibdir)/libm.so$(libm.so-version) ' \
139 'AS_NEEDED ( $(libdir)/libmvec_nonshared.a $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
140 ) > $@.new
141 mv -f $@.new $@
142 endif
143
144 # Rules for the test suite.
145 tests = test-matherr test-fenv atest-exp atest-sincos atest-exp2 basic-test \
146 test-misc test-fpucw test-fpucw-ieee tst-definitions test-tgmath \
147 test-tgmath-ret bug-nextafter bug-nexttoward bug-tgmath1 \
148 test-tgmath-int test-tgmath2 test-powl tst-CMPLX tst-CMPLX2 test-snan \
149 test-fenv-tls test-fenv-preserve test-fenv-return test-fenvinline \
150 test-nearbyint-except test-fenv-clear test-signgam-finite \
151 test-signgam-finite-c99 test-signgam-finite-c11 \
152 test-nearbyint-except-2 test-signgam-uchar test-signgam-uchar-init \
153 test-signgam-uint test-signgam-uint-init test-signgam-ullong \
154 test-signgam-ullong-init test-nan-overflow test-nan-payload \
155 test-fexcept test-fexcept-traps test-fesetexcept \
156 test-fesetexcept-traps test-fetestexceptflag $(tests-static)
157 tests-static = test-fpucw-static test-fpucw-ieee-static \
158 test-signgam-uchar-static test-signgam-uchar-init-static \
159 test-signgam-uint-static test-signgam-uint-init-static \
160 test-signgam-ullong-static test-signgam-ullong-init-static
161
162 ifneq (,$(CXX))
163 tests += test-math-isinff
164 endif
165
166 ifneq (no,$(PERL))
167 libm-vec-tests = $(addprefix test-,$(libmvec-tests))
168
169 libm-tests = $(foreach t,$(types),test-$(t) test-$(t)-finite test-i$(t)) \
170 $(libm-vec-tests)
171
172 libm-tests.o = $(addsuffix .o,$(libm-tests))
173
174 tests += $(libm-tests)
175 libm-vec-test-wrappers = $(addsuffix -wrappers, $(libm-vec-tests))
176 test-extras += $(libm-vec-test-wrappers)
177 extra-test-objs += $(addsuffix .o, $(libm-vec-test-wrappers))
178 libm-tests-generated = libm-test-ulps.h libm-have-vector-test.h libm-test.c
179 generated += $(libm-tests-generated) libm-test.stmp
180
181 # This is needed for dependencies
182 before-compile += $(objpfx)libm-test.c
183
184 ulps-file = $(firstword $(wildcard $(sysdirs:%=%/libm-test-ulps)))
185
186 $(addprefix $(objpfx), $(libm-tests-generated)): $(objpfx)libm-test.stmp
187
188 $(objpfx)libm-test.stmp: $(ulps-file) libm-test.inc gen-libm-test.pl \
189 gen-libm-have-vector-test.sh auto-libm-test-out
190 $(make-target-directory)
191 $(PERL) gen-libm-test.pl -u $< -o "$(objpfx)"
192 $(SHELL) gen-libm-have-vector-test.sh > $(objpfx)libm-have-vector-test.h
193 @echo > $@
194 endif
195
196 libm-test-fast-math-cflags = -fno-builtin -D__FAST_MATH__ -DTEST_FAST_MATH
197 libm-test-vec-cflags = $(libm-test-fast-math-cflags) -fno-inline \
198 -ffloat-store -D_OPENMP=201307 -Wno-unknown-pragmas
199
200 CFLAGS-test-double-vlen2.c = $(libm-test-vec-cflags)
201
202 CFLAGS-test-double-vlen4.c = $(libm-test-vec-cflags)
203 CFLAGS-test-double-vlen4-wrappers.c = $(double-vlen4-arch-ext-cflags)
204
205 CFLAGS-test-double-vlen8.c = $(libm-test-vec-cflags)
206 CFLAGS-test-double-vlen8-wrappers.c = $(double-vlen8-arch-ext-cflags)
207
208 CFLAGS-test-float-vlen4.c = $(libm-test-vec-cflags)
209
210 CFLAGS-test-float-vlen8.c = $(libm-test-vec-cflags)
211 CFLAGS-test-float-vlen8-wrappers.c = $(float-vlen8-arch-ext-cflags)
212
213 CFLAGS-test-float-vlen16.c = $(libm-test-vec-cflags)
214 CFLAGS-test-float-vlen16-wrappers.c = $(float-vlen16-arch-ext-cflags)
215
216 # The no-inline tests use -fsignaling-nans, and thereby use the
217 # versions of classification macros that support sNaNs. The inline
218 # function tests use the versions of classification macros that may
219 # raise spurious exceptions for sNaNs, but also do not test for
220 # exceptions. Thus both versions of the classification macros are
221 # validated.
222 libm-test-no-inline-cflags = -fno-inline -ffloat-store -fno-builtin \
223 -fsignaling-nans
224 libm-test-finite-cflags = $(libm-test-no-inline-cflags) \
225 -U__FINITE_MATH_ONLY__ -D__FINITE_MATH_ONLY__=1
226 CFLAGS-test-float.c = $(libm-test-no-inline-cflags)
227 CFLAGS-test-float-finite.c = $(libm-test-finite-cflags)
228 CFLAGS-test-double.c = $(libm-test-no-inline-cflags)
229 CFLAGS-test-double-finite.c = $(libm-test-finite-cflags)
230 CFLAGS-test-ldouble.c = $(libm-test-no-inline-cflags)
231 CFLAGS-test-ldouble-finite.c = $(libm-test-finite-cflags)
232 CFLAGS-test-tgmath.c = -fno-builtin
233 # The following testcase uses very long lines (>3 million), so it may take a
234 # while to compile it. See: http://llvm.org/bugs/show_bug.cgi?id=14106 and
235 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402
236 CFLAGS-test-tgmath2.c = -fno-builtin
237 CFLAGS-test-tgmath-ret.c = -fno-builtin
238 CFLAGS-test-powl.c = -fno-builtin
239
240 CFLAGS-test-snan.c = -fsignaling-nans
241 CPPFLAGS-test-ifloat.c = -U__LIBC_INTERNAL_MATH_INLINES \
242 $(libm-test-fast-math-cflags)
243 CPPFLAGS-test-idouble.c = -U__LIBC_INTERNAL_MATH_INLINES \
244 $(libm-test-fast-math-cflags)
245 CPPFLAGS-test-ildouble.c = -U__LIBC_INTERNAL_MATH_INLINES \
246 $(libm-test-fast-math-cflags)
247
248 CFLAGS-test-signgam-finite.c = -ffinite-math-only
249 CFLAGS-test-signgam-finite-c99.c = -ffinite-math-only -std=c99
250 CFLAGS-test-signgam-finite-c11.c = -ffinite-math-only -std=c11
251 CFLAGS-test-signgam-uchar.c = -std=c99
252 CFLAGS-test-signgam-uchar-init.c = -std=c99
253 CFLAGS-test-signgam-uchar-static.c = -std=c99
254 CFLAGS-test-signgam-uchar-init-static.c = -std=c99
255 CFLAGS-test-signgam-uint.c = -std=c99
256 CFLAGS-test-signgam-uint-init.c = -std=c99
257 CFLAGS-test-signgam-uint-static.c = -std=c99
258 CFLAGS-test-signgam-uint-init-static.c = -std=c99
259 CFLAGS-test-signgam-ullong.c = -std=c99
260 CFLAGS-test-signgam-ullong-init.c = -std=c99
261 CFLAGS-test-signgam-ullong-static.c = -std=c99
262 CFLAGS-test-signgam-ullong-init-static.c = -std=c99
263
264 CFLAGS-test-math-isinff.cc = -std=gnu++11
265
266 # The -lieee module sets the _LIB_VERSION_ switch to IEEE mode
267 # for error handling in the -lm functions.
268 install-lib += libieee.a
269 non-lib.a += libieee.a
270 extra-objs += libieee.a ieee-math.o
271
272 include ../Rules
273
274 generated += $(addsuffix .c,$(call type-foreach,$(gen-libm-calls))) \
275 gen-libm-templates.stmp
276
277 # Create wrappers in the math build directory.
278 $(objpfx)gen-libm-templates.stmp:
279 for gcall in $(gen-libm-calls); do \
280 func=$${gcall%F*}$${gcall#*F}; \
281 for type in $(foreach t,$(types),$(t)__$(type-$(t)-suffix)); do \
282 suff=$${type#*__}; \
283 type=$${type%__*}; \
284 file=$(objpfx)$${gcall%F*}$${suff}$${gcall#*F}.c; \
285 ( \
286 echo "#include <math-type-macros-$${type}.h>"; \
287 echo "#include <$${func}_template.c>"; \
288 ) > $${file}; \
289 done; \
290 done; \
291 echo > $(@)
292
293 # Add dependency to ensure the generator runs prior.
294 $(foreach t, $(call type-foreach, $(gen-libm-calls)), \
295 $(objpfx)$(t).c): $(objpfx)gen-libm-templates.stmp
296
297 ifneq (no,$(PERL))
298 # This must come after the inclusion of sysdeps Makefiles via Rules.
299 $(addprefix $(objpfx), $(libm-tests.o)): $(objpfx)libm-test.stmp
300
301 # Run the math programs to automatically generate ULPs files.
302 .PHONY: regen-ulps
303
304 run-regen-ulps = $(test-wrapper-env) \
305 $(run-program-env) \
306 $($*-ENV) $(rtld-prefix) $${run}
307
308 regen-ulps: $(addprefix $(objpfx),$(libm-tests))
309 rm -f $(objpfx)ULPs; rm -f $(objpfx)NewUlps; \
310 cp $(ulps-file) $(objpfx)libm-test-ulps; \
311 for run in $^; do \
312 echo "Regenerating ULPs for $${run}"; \
313 $(run-regen-ulps) -u -o $(objpfx); \
314 cat $(objpfx)ULPs >> $(objpfx)libm-test-ulps; \
315 rm $(objpfx)ULPs; \
316 done; \
317 $(PERL) gen-libm-test.pl -o $(objpfx) -n -u $(objpfx)libm-test-ulps; \
318 echo "Automatic regeneration of ULPs complete."; \
319 echo "Difference between the current baseline and the new baseline is:";\
320 diff -urN $(ulps-file) $(objpfx)NewUlps; \
321 echo "Copy $(objpfx)NewUlps to $(ulps-file) (relative to source)."
322 else
323 regen-ulps:
324 @echo "Automatic regeneration of ULPs requires perl."; \
325 exit 1;
326 endif
327
328 # The generated sysd-rules file defines rules like this for sources
329 # coming from sysdeps/ directories. These rules find the generic sources.
330 define o-iterator-doit
331 $(objpfx)m_%$o: s_%.c $(before-compile); $$(compile-command.c)
332 endef
333 object-suffixes-left := $(all-object-suffixes)
334 include $(o-iterator)
335
336
337 # This file defines the default _LIB_VERSION variable that controls
338 # the error return conventions for the math functions.
339 CPPFLAGS-s_lib_version.c := -D_POSIX_MODE
340
341 # We don't want the fdlibm code to use the inline math functions,
342 # only the fdlibm code.
343 math-CPPFLAGS += -D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES
344
345 ifneq ($(long-double-fcts),yes)
346 # The `double' and `long double' types are the same on this machine.
347 # We won't compile the `long double' code at all. Tell the `double' code
348 # to define aliases for the `FUNCl' names. To avoid type conflicts in
349 # defining those aliases, tell <math.h> to declare the `FUNCl' names with
350 # `double' instead of `long double'.
351 math-CPPFLAGS += -DNO_LONG_DOUBLE -D_Mlong_double_=double
352 endif
353
354 # These files quiet sNaNs in a way that is optimized away without
355 # -fsignaling-nans.
356 CFLAGS-s_modf.c += -fsignaling-nans
357 CFLAGS-s_modff.c += -fsignaling-nans
358 CFLAGS-s_modfl.c += -fsignaling-nans
359
360 # The -lieee library is actually an object file.
361 # The module just defines the _LIB_VERSION_ variable.
362 # It's not a library to make sure it is linked in instead of s_lib_version.o.
363 $(objpfx)libieee.a: $(objpfx)ieee-math.o
364 rm -f $@
365 $(patsubst %/,cd % &&,$(objpfx)) \
366 $(LN_S) $(<F) $(@F)
367
368 $(addprefix $(objpfx),\
369 $(filter-out $(tests-static) $(libm-vec-tests),$(tests))): $(libm)
370 $(addprefix $(objpfx),$(tests-static)): $(objpfx)libm.a
371 $(addprefix $(objpfx), $(libm-vec-tests)): $(objpfx)%: $(objpfx)%-wrappers.o \
372 $(libm) $(libmvec)
373
374 gmp-objs = $(patsubst %,$(common-objpfx)stdlib/%.o,\
375 add_n sub_n cmp addmul_1 mul_1 mul_n divmod_1 \
376 lshift rshift mp_clz_tab udiv_qrnnd inlines \
377 $(gmp-sysdep_routines))
378 $(objpfx)atest-exp: $(gmp-objs)
379 $(objpfx)atest-sincos: $(gmp-objs)
380 $(objpfx)atest-exp2: $(gmp-objs)
381 $(objpfx)test-fenv-tls: $(shared-thread-library)