From 3384c45e66ddf18f235654b67ae34ac7dcb07534 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 3 Nov 2016 13:03:55 +0100 Subject: math: sync with GNU libc The format of the ULPS files have changed, non-glibc architecture files needs to be updated later. Add all math tests from latest GNU libc and allow to compile and run them on uClibc-ng and GNU libc systems. --- test/math/fenv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/math/fenv.h') diff --git a/test/math/fenv.h b/test/math/fenv.h index 0025a62..ff790fa 100644 --- a/test/math/fenv.h +++ b/test/math/fenv.h @@ -1,3 +1,7 @@ /* until we support fenv ... */ +#define __FE_UNDEFINED 0 #define feclearexcept(X) #define fetestexcept(X) (0) +#define fegetround(X) (0) +#define fesetround(X) (0) +#define issignaling(X) (0) -- cgit v1.2.3