From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!newsfeed.straub-nv.de!feeder.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Colin Paul Gloster Newsgroups: comp.lang.ada Subject: Re: Is there an Ada compiler whose Ada.Numerics.Generic_Elementary_Functions.Log(Base=>10, X=>variable) is efficient? Date: Tue, 16 Feb 2010 15:24:21 +0000 Organization: A noiseless patient Spider Message-ID: References: Reply-To: Colin Paul Gloster Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Injection-Date: Tue, 16 Feb 2010 15:26:38 +0000 (UTC) Injection-Info: feeder.eternal-september.org; posting-host="kheEuXGHhE2Z5eF1gAST+A"; logging-data="6245"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX192hc7kBfSrT1r0VNUvwfTf53InlNHaxGqxnUDHs4uyEA==" User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) In-Reply-To: Cancel-Lock: sha1:ckc0cZci5RyleNwAYtvwDLyjPOg= X-X-Sender: Colin_Paul@Bluewhite64.example.net Xref: g2news1.google.com comp.lang.ada:9266 Date: 2010-02-16T15:24:21+00:00 List-Id: On Tue, 16 Feb 2010, Colin Paul Gloster alleged: |-------------------------------------------------------------------------------------------------| |"[..] | | | |time ./Optimization_Test_with_many_assignments_to_Answer_compiled_by_GCC4.4.3_with_-ffast-math | | 6.34785378608078E+08 | | | |real 0m34.319s | |user 0m34.318s | |sys 0m0.004s | |here. | | | |[..] | | | |time ./Optimization_Test_with_a_single_assignment_to_Answer_compiled_by_GCC4.4.3_with_-ffast-math| | 6.34785378539470E+08 | | | |real 0m0.002s | |user 0m0.000s | |sys 0m0.008s | |here. | | | |[..]" | |-------------------------------------------------------------------------------------------------| I apologize, those two runs were actually with GCC4.2.4.