diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-05-24 22:22:20 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-05-24 22:22:20 +0000 |
commit | 8ba7d5cebbd4acf40dc8d22982baa50c2e1fd194 (patch) | |
tree | ce09df60a6357e43ff65911fc7e817bcae26486f /math | |
parent | e96fe50f0dd8d76fabfe139b46f059e3b2373b83 (diff) |
Updated to fedora-glibc-20080524T2218cvs/fedora-glibc-2_8_90-5
Diffstat (limited to 'math')
-rw-r--r-- | math/libm-test.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc index 267d6077e1..6d9a3ec6cb 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -2511,8 +2511,8 @@ exp_test (void) TEST_f_f (exp, 0.75L, 2.11700001661267466854536981983709561L); TEST_f_f (exp, 50.0L, 5184705528587072464087.45332293348538L); TEST_f_f (exp, 88.72269439697265625L, 3.40233126623160774937554134772290447915e38L); -#ifdef TEST_LDOUBLE - /* The result can only be represented in long double. */ +#if defined TEST_LDOUBLE && __LDBL_MAX_EXP__ > 1024 + /* The result can only be represented in sane long double. */ TEST_f_f (exp, 1000.0L, 0.197007111401704699388887935224332313e435L); #endif |