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
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
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
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 (
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
[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