OSDN Git Service

Genetate inline code for double division.
authorsaliu <saliu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jan 2008 13:53:07 +0000 (13:53 +0000)
committersaliu <saliu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jan 2008 13:53:07 +0000 (13:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131374 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 0277695..446b03b 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