diff options
author | David S. Miller <davem@davemloft.net> | 2010-03-04 01:02:45 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-04 01:02:45 -0800 |
commit | 605277213e41805f45390adb122e6a320d571f6d (patch) | |
tree | 0d37955337867f46d04bad8be8f573efb8363d89 /sysdeps/sparc | |
parent | 2e9337f58ab3165b54acd8ebd84577e3a51f79be (diff) | |
download | glibc-605277213e41805f45390adb122e6a320d571f6d.tar glibc-605277213e41805f45390adb122e6a320d571f6d.tar.gz glibc-605277213e41805f45390adb122e6a320d571f6d.tar.bz2 glibc-605277213e41805f45390adb122e6a320d571f6d.zip |
sparc64: Use dbl-64/wordsize-64 math lib code.
* sysdeps/sparc/sparc64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
Diffstat (limited to 'sysdeps/sparc')
-rw-r--r-- | sysdeps/sparc/sparc64/Implies | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/sparc/sparc64/Implies b/sysdeps/sparc/sparc64/Implies index 01bf14e73f..7abc50efcc 100644 --- a/sysdeps/sparc/sparc64/Implies +++ b/sysdeps/sparc/sparc64/Implies @@ -1,6 +1,7 @@ wordsize-64 # SPARC uses IEEE 754 floating point. ieee754/ldbl-128 +ieee754/dbl-64/wordsize-64 ieee754/dbl-64 ieee754/flt-32 sparc/sparc64/soft-fp |