From: Sa Liu Date: Mon, 7 Jan 2008 13:53:07 +0000 (+0000) Subject: Genetate inline code for double division. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c4bd75cd50a5955d7135c8e8fd1cb9b239e4f49e;p=gcc.git Genetate inline code for double division. From-SVN: r131374 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 02776955548..446b03b33ed 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-01-07 Sa Liu + * 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 PR libstdc++/34680