mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
alpha: Avoid builtin warning for isnanf
This commit is contained in:
parent
ad2d839f37
commit
1aec5f74bb
@ -1,3 +1,8 @@
|
||||
2012-12-07 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* sysdeps/alpha/Makefile [$(subdir) = math]
|
||||
(CFLAGS-s_isnan.c): New variable.
|
||||
|
||||
2012-11-30 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* sysdeps/alpha/fpu/libm-test-ulps: Update.
|
||||
|
@ -43,6 +43,8 @@ CFLAGS-s_fma.c = -mieee-with-inexact
|
||||
CFLAGS-s_fmaf.c = -mieee-with-inexact
|
||||
# This test tries to check for inexact being raised by arithmetic.
|
||||
CFLAGS-test-misc.c += -mieee-with-inexact
|
||||
# Avoid "conflicting types for built-in function" warnings
|
||||
CFLAGS-s_isnan.c += -fno-builtin-isnanf
|
||||
endif
|
||||
|
||||
# Build everything with full IEEE math support, and with dynamic rounding;
|
||||
|
Loading…
Reference in New Issue
Block a user