From: grini AT rafael DOT co DOT il (Moshe Greenberg) Newsgroups: comp.os.msdos.djgpp Subject: fftw give nonsense with float ok with double Date: Mon, 06 Dec 1999 18:26:23 GMT Organization: NetVision Israel Lines: 11 Message-ID: <384bf935.1468622@news.netvision.net.il> NNTP-Posting-Host: 194.90.39.102 X-Trace: news.netvision.net.il 944504495 16972 194.90.39.102 (6 Dec 1999 18:21:35 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 6 Dec 1999 18:21:35 GMT X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi I compile the fftw by the djgpp gcc 2.952 optimization -o3 to make lib. The lib work fine on double and give NAN on float. I enable the float by: #define FFTW_FLOAT_ENABLE The compilation and the runup give no error . Do you know why ? Moshe Greenberg