diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-02-21 21:29:37 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-15 19:02:18 +0100 |
commit | 64487e126468f91ecdfe7ab7a0f3a82762874d5a (patch) | |
tree | f6b404ff8be60517b60fb2bc6d3635489a3ae155 /math/test-misc.c | |
parent | e015e27b902c3e599370771dbbb0c5de0ec00f44 (diff) | |
download | glibc-64487e126468f91ecdfe7ab7a0f3a82762874d5a.zip glibc-64487e126468f91ecdfe7ab7a0f3a82762874d5a.tar.gz glibc-64487e126468f91ecdfe7ab7a0f3a82762874d5a.tar.bz2 |
Enable tests for x86_64, too, which currently are enabled only for x86.
Diffstat (limited to 'math/test-misc.c')
-rw-r--r-- | math/test-misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/test-misc.c b/math/test-misc.c index a4e70d6..2df5d1e 100644 --- a/math/test-misc.c +++ b/math/test-misc.c @@ -1056,7 +1056,7 @@ main (void) } #endif -#ifdef __i386__ +#if defined (__i386__) || defined (__x86_64__) /* This is a test for the strange long doubles in x86 FPUs. */ { union |