Skip to content

Commit

Permalink
Note that removal of mips-ps is temporary.
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-frigo committed Jun 26, 2011
1 parent 6ec5e83 commit 94f1e05
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ FFTW 3.3-beta1
* Add support for quad-precision __float128 where available (gcc 4.6 or later).
The new routines use the fftwq_ prefix.

* Temporarily removed MIPS paired-single support due to lack of
available hardware for testing. We hope to add it back before the
final FFTW 3.3 release; meanwhile, users who want this functionality
should continue using FFTW 3.2.x.

* Removed support for the Cell Broadband Engine. Cell users should
use FFTW 3.2.x.

* Removed MIPS paired-single support; users who want this functionality
should use FFTW 3.2.x.

* New convenience functions fftw_alloc_real and fftw_alloc_complex
to use fftw_malloc for real and complex arrays without typecasts
or sizeof.
Expand Down

0 comments on commit 94f1e05

Please sign in to comment.