mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-09 10:50:08 +00:00
Enable tests for x86_64, too, which currently are enabled only for x86.
This commit is contained in:
parent
e015e27b90
commit
64487e1264
@ -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.
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user