diff options
author | Sa Liu <saliu@gcc.gnu.org> | 2008-01-07 13:53:07 +0000 |
---|---|---|
committer | Sa Liu <saliu@gcc.gnu.org> | 2008-01-07 13:53:07 +0000 |
commit | c4bd75cd50a5955d7135c8e8fd1cb9b239e4f49e (patch) | |
tree | 5e6c3f155c48628554b5c44f87503b0cfedffd34 | |
parent | 51173714c90a55ef472ae46e55d364e0570ece6d (diff) | |
download | gcc-c4bd75cd50a5955d7135c8e8fd1cb9b239e4f49e.zip gcc-c4bd75cd50a5955d7135c8e8fd1cb9b239e4f49e.tar.gz gcc-c4bd75cd50a5955d7135c8e8fd1cb9b239e4f49e.tar.bz2 |
Genetate inline code for double division.
From-SVN: r131374
-rw-r--r-- | gcc/ChangeLog | 5 |
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 |