Mercurial > hg > octave-nkf
diff liboctave/oct-fftw.cc @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | 4c8a2e4e0717 |
children | aa5df9ba98d5 |
line wrap: on
line diff
--- a/liboctave/oct-fftw.cc +++ b/liboctave/oct-fftw.cc @@ -43,7 +43,7 @@ // wsidom that is available, either in a FFTW3 system wide file or as // supplied by the user. -// XXX FIXME XXX -- if we can ensure 16 byte alignment in Array<T> +// FIXME -- if we can ensure 16 byte alignment in Array<T> // (<T> *data) the FFTW3 can use SIMD instructions for further // acceleration. @@ -69,7 +69,7 @@ int plan_flags; - // XXX FIXME XXX -- perhaps this should be split into two classes? + // FIXME -- perhaps this should be split into two classes? // Plan for fft and ifft of complex values fftw_plan plan[2];