mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
alpha: Use -mieee-with-inexact with math/test-misc
This commit is contained in:
parent
4b32777daa
commit
f93d7902de
@ -1,5 +1,7 @@
|
||||
2012-06-01 Richard Henderson <rth@twiddle.net>
|
||||
|
||||
* sysdeps/alpha/Makefile (CFLAGS-test-misc.c): Set -mieee-with-inexact.
|
||||
|
||||
* sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
|
||||
|
||||
2012-05-30 Richard Henderson <rth@twiddle.net>
|
||||
|
@ -41,6 +41,8 @@ ifeq ($(subdir),math)
|
||||
# The fma routines rely on inexact being raised for correct results.
|
||||
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
|
||||
endif
|
||||
|
||||
# Build everything with full IEEE math support, and with dynamic rounding;
|
||||
|
Loading…
Reference in New Issue
Block a user