diff options
Diffstat (limited to 'math/libm-test-remainder.inc')
-rw-r--r-- | math/libm-test-remainder.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/libm-test-remainder.inc b/math/libm-test-remainder.inc index ddeba66dab..65503c7065 100644 --- a/math/libm-test-remainder.inc +++ b/math/libm-test-remainder.inc @@ -184,8 +184,10 @@ remainder_test (void) static void drem_test (void) { +#if !TEST_FLOATN /* drem uses the same test data as remainder. */ ALL_RM_TEST (drem, 1, remainder_test_data, RUN_TEST_LOOP_ff_f, END); +#endif } static void |