Skip to content

Commit

Permalink
Work around braindead IBM128 long double format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed May 22, 2008
1 parent e85f1d6 commit 8fb0af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions math/libm-test.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8fb0af9

Please sign in to comment.