aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSa Liu <saliu@gcc.gnu.org>2008-01-07 13:53:07 +0000
committerSa Liu <saliu@gcc.gnu.org>2008-01-07 13:53:07 +0000
commitc4bd75cd50a5955d7135c8e8fd1cb9b239e4f49e (patch)
tree5e6c3f155c48628554b5c44f87503b0cfedffd34
parent51173714c90a55ef472ae46e55d364e0570ece6d (diff)
downloadgcc-c4bd75cd50a5955d7135c8e8fd1cb9b239e4f49e.zip
gcc-c4bd75cd50a5955d7135c8e8fd1cb9b239e4f49e.tar.gz
gcc-c4bd75cd50a5955d7135c8e8fd1cb9b239e4f49e.tar.bz2
Genetate inline code for double division.
From-SVN: r131374
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0277695..446b03b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-07 Sa Liu <saliu@de.ibm.com>
+ * config/spu/spu.md (divdf3): Genetate inline code for double division.
+ The implementation doesn't handle INF or NAN, therefore it only applies
+ when -ffinite-math-only is given.
+
2008-01-06 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/34680