Re: OT : Approximate / fast math libraries ?
- From: Chris Jones <jonesc@xxxxxxxxxxxxxxxxx>
- Date: Fri, 31 Aug 2007 19:00:49 +0100
On Friday 31 August 2007 5:50:36 pm Rex Dieter wrote:
Chris Jones wrote:
Hi,
I have a number crunch application that is starting to hit bottlenecks
in standard maths functions, like log, exp sqrt etc. Thing is, in many
places I don't need much precision, so was wondering if there was
anything I could do, like use a different library or enable some gcc
options (currently using -O2) to speed things up.
gcc -ffast-math
Yes, I tried that but it didn't seem to make as much difference as I had hoped
it would...
Chris
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: OT : Approximate / fast math libraries ?
- From: Mike McCarty
- Re: OT : Approximate / fast math libraries ?
- From: Mike McCarty
- Re: OT : Approximate / fast math libraries ?
- References:
- OT : Approximate / fast math libraries ?
- From: Chris Jones
- Re: OT : Approximate / fast math libraries ?
- From: Rex Dieter
- OT : Approximate / fast math libraries ?
- Prev by Date: Re: mincom - permissions
- Next by Date: Re: OT : Approximate / fast math libraries ?
- Previous by thread: Re: OT : Approximate / fast math libraries ?
- Next by thread: Re: OT : Approximate / fast math libraries ?
- Index(es):
Relevant Pages
- Re: OT : Approximate / fast math libraries ?
... I have a number crunch application that is starting to hit bottlenecks in standard
maths functions, like log, exp sqrt etc. ... (Fedora) - Re: C program verrrry slow on Win98 DOS shell
... Brett wrote: ... > The program took 10 hrs to crunch a particular
batch of data. ... > compiled the program on Linux (I have a dual boot system) with
gcc, ... (comp.lang.c)