diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/test-misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/test-misc.c b/math/test-misc.c index 0dbb0882fa..8affd2d5ec 100644 --- a/math/test-misc.c +++ b/math/test-misc.c @@ -52,6 +52,8 @@ main (void) # if LDBL_MANT_DIG == 64 m = 0xf.fffffffffffffffp-4L; +# elif LDBL_MANT_DIG == 113 + m = 0x1.ffffffffffffffffffffffffffffp-1L; # else # error "Please adjust" # endif |