mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Enable tests for x86_64, too, which currently are enabled only for x86.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user