Skip to content

Commit

Permalink
version bump for 3.2.1, updated NEWS
Browse files Browse the repository at this point in the history
[empty commit message]
  • Loading branch information
stevengj committed Feb 5, 2009
1 parent e12e5cb commit 1b3884d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
FFTW 3.2.1

* Performance improvements for some multidimensional r2c/c2r transforms;
thanks to Eugene Miloslavsky for his benchmark reports.

* Compile with icc on MacOS X, use better icc compiler flags.

* Compilation fixes for systems where snprintf is defined as a macro;
thanks to Marcus Mae for the bug report.

* Fortran documentation now recommends not using dfftw_execute,
because of reports of problems with various Fortran compilers;
it is better to use dfftw_execute_dft etcetera.

* Some documentation clarifications, e.g. of fact that --enable-openmp
and --enable-threads are mutually exclusive (thanks to Long To),
and document slightly odd behavior of plan_guru_r2r in Fortran
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(fftw, 3.2.1alpha, [email protected])
AC_INIT(fftw, 3.2.1, [email protected])
AC_CONFIG_SRCDIR(kernel/ifftw.h)
SHARED_VERSION_INFO="5:3:2" # CURRENT:REVISION:AGE

Expand Down

0 comments on commit 1b3884d

Please sign in to comment.