Genetate inline code for double division.
authorSa Liu <saliu@gcc.gnu.org>
Mon, 7 Jan 2008 13:53:07 +0000 (13:53 +0000)
committerSa Liu <saliu@gcc.gnu.org>
Mon, 7 Jan 2008 13:53:07 +0000 (13:53 +0000)
From-SVN: r131374

gcc/ChangeLog

index 027769555481f95337f314b6ece7334f43215e4f..446b03b33ed3a80ec9769e70e8ea1b055d5f88ae 100644 (file)
@@ -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