Enable tests for x86_64, too, which currently are enabled only for x86.

This commit is contained in:
Thomas Schwinge 2013-02-21 21:29:37 +01:00
parent e015e27b90
commit 64487e1264
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
2013-03-15 Thomas Schwinge <thomas@codesourcery.com> 2013-03-15 Thomas Schwinge <thomas@codesourcery.com>
* math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
* math/test-misc.c (main) [__x86_64__]: Enable test for long
doubles.
* math/test-misc.c (main): Fix copy'n'pastos. * math/test-misc.c (main): Fix copy'n'pastos.
* misc/tst-efgcvt.c (special): Likewise. * misc/tst-efgcvt.c (special): Likewise.

View File

@ -361,7 +361,7 @@ print_complex_function_ulps (const char *function_name, FLOAT real_ulp,
static void static void
fpstack_test (const char *test_name) fpstack_test (const char *test_name)
{ {
#ifdef i386 #if defined (__i386__) || defined (__x86_64__)
static int old_stack; static int old_stack;
int sw; int sw;

View File

@ -1056,7 +1056,7 @@ main (void)
} }
#endif #endif
#ifdef __i386__ #if defined (__i386__) || defined (__x86_64__)
/* This is a test for the strange long doubles in x86 FPUs. */ /* This is a test for the strange long doubles in x86 FPUs. */
{ {
union union