Re: [linux-audio-dev] Fixed vs Floating point comparison.

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] Fixed vs Floating point comparison.
From: Steve Harris (S.W.Harris_AT_ecs.soton.ac.uk)
Date: Sat Oct 18 2003 - 16:53:47 EEST


On Fri, Oct 17, 2003 at 05:00:52 +0200, Robert Jonsson wrote:
> I've only tested with GCC, a few test with some different parameters. My
> conclusion is that floating point performance is extremely sensitive to
> architecture and the optimizations you enable for the architecture.
> Integer on the otherhand behaves almost completely predictably.

Thats partly because the float implementation in modern CPUs is heavily
parrallel (4 or more pipelines), so simple benchmarks often only fill one
pipeline, whereas reall inner loops can generally fill more.

- Steve


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sat Oct 18 2003 - 16:52:57 EEST