From c4bd75cd50a5955d7135c8e8fd1cb9b239e4f49e Mon Sep 17 00:00:00 2001 From: Sa Liu Date: Mon, 7 Jan 2008 13:53:07 +0000 Subject: [PATCH] Genetate inline code for double division. From-SVN: r131374 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.30.2