diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-02-24 20:00:30 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-02-24 20:00:30 -0800 |
commit | 4a1297d761c3754ca2643ab6cd9e9cf952d77cf5 (patch) | |
tree | 45ed55e38a84a36f5cb6d824804ef2559525c9a4 /sysdeps/x86_64 | |
parent | 9d2569846c520933546353856aafea86a80d9638 (diff) | |
download | glibc-4a1297d761c3754ca2643ab6cd9e9cf952d77cf5.tar glibc-4a1297d761c3754ca2643ab6cd9e9cf952d77cf5.tar.gz glibc-4a1297d761c3754ca2643ab6cd9e9cf952d77cf5.tar.bz2 glibc-4a1297d761c3754ca2643ab6cd9e9cf952d77cf5.zip |
We can use the 64-bit register versions of the double functions.
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r-- | sysdeps/x86_64/Implies | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/Implies b/sysdeps/x86_64/Implies index 2b8412b0b6..2e0a323e13 100644 --- a/sysdeps/x86_64/Implies +++ b/sysdeps/x86_64/Implies @@ -1,4 +1,5 @@ wordsize-64 ieee754/ldbl-96 +ieee754/dbl-64/wordsize-64 ieee754/dbl-64 ieee754/flt-32 |