aboutsummaryrefslogtreecommitdiff
path: root/math/libm-test.inc
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-02-21 21:29:37 +0100
committerThomas Schwinge <thomas@codesourcery.com>2013-03-15 19:02:18 +0100
commit64487e126468f91ecdfe7ab7a0f3a82762874d5a (patch)
treef6b404ff8be60517b60fb2bc6d3635489a3ae155 /math/libm-test.inc
parente015e27b902c3e599370771dbbb0c5de0ec00f44 (diff)
downloadglibc-64487e126468f91ecdfe7ab7a0f3a82762874d5a.tar
glibc-64487e126468f91ecdfe7ab7a0f3a82762874d5a.tar.gz
glibc-64487e126468f91ecdfe7ab7a0f3a82762874d5a.tar.bz2
glibc-64487e126468f91ecdfe7ab7a0f3a82762874d5a.zip
Enable tests for x86_64, too, which currently are enabled only for x86.
Diffstat (limited to 'math/libm-test.inc')
-rw-r--r--math/libm-test.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc
index 132a540e28..1b6111d393 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -361,7 +361,7 @@ print_complex_function_ulps (const char *function_name, FLOAT real_ulp,
static void
fpstack_test (const char *test_name)
{
-#ifdef i386
+#if defined (__i386__) || defined (__x86_64__)
static int old_stack;
int sw;