diff options
author | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2012-11-13 17:01:05 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2012-11-13 17:01:05 +0000 |
commit | 47594329a9c03fb945f41c19f06401271f9aa9c5 (patch) | |
tree | 446ca8eacfca3054d9243cdff7914fa9c134ac68 /ChangeLog | |
parent | 640ac3f1bf2e575b514645fc03cceeeacf7bd845 (diff) | |
download | glibc-47594329a9c03fb945f41c19f06401271f9aa9c5.tar glibc-47594329a9c03fb945f41c19f06401271f9aa9c5.tar.gz glibc-47594329a9c03fb945f41c19f06401271f9aa9c5.tar.bz2 glibc-47594329a9c03fb945f41c19f06401271f9aa9c5.zip |
Fix missing truncation UNDERFLOW.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org> + + * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow + detection to immediately after _FP_ROUND(). + * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working + bits are 0. + 2012-11-11 David S. Miller <davem@davemloft.net> * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include |