[gobolinux-devel] FFTW float or double?

2007-08-30 Thread Jonatan Liljedahl
The FFTW library is a little stupid, since it can be compiled with float (libfftw3f.a) or double (libfftw3f.a) precision, and also as static (.a) or shared (.so). The default is double and static, but some apps wants float, and I think I came across some app that wanted it shared but I'm not sure w

Re: [gobolinux-devel] FFTW float or double?

2007-08-30 Thread Lucas C. Villa Real
On 8/30/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > The FFTW library is a little stupid, since it can be compiled with float > (libfftw3f.a) or double (libfftw3f.a) precision, and also as static (.a) > or shared (.so). The default is double and static, but some apps wants > float, and I thin

Re: [gobolinux-devel] FFTW float or double?

2007-08-30 Thread Jonatan Liljedahl
Lucas C. Villa Real wrote: > On 8/30/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >> The FFTW library is a little stupid, since it can be compiled with float >> (libfftw3f.a) or double (libfftw3f.a) precision, and also as static (.a) >> or shared (.so). The default is double and static, but som

Re: [gobolinux-devel] FFTW float or double?

2007-08-30 Thread hisham . hm
On 8/30/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > Lucas C. Villa Real wrote: > > On 8/30/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > >> The FFTW library is a little stupid, since it can be compiled with float > >> (libfftw3f.a) or double (libfftw3f.a) precision, and also as static (

Re: [gobolinux-devel] FFTW float or double?

2007-08-30 Thread Lucas C. Villa Real
On 8/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 8/30/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > > Lucas C. Villa Real wrote: > > > On 8/30/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > > >> The FFTW library is a little stupid, since it can be compiled with float > > >> (l

Re: [gobolinux-devel] FFTW float or double?

2007-08-30 Thread Jonatan Liljedahl
[EMAIL PROTECTED] wrote: > On 8/30/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >> Lucas C. Villa Real wrote: >>> On 8/30/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: The FFTW library is a little stupid, since it can be compiled with float (libfftw3f.a) or double (libfftw3f.a) pre