Skip to content

Commit

Permalink
Corrected reference syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
york-stsci committed Jan 10, 2025
1 parent cb1c1e8 commit c409855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fft_optimization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Appendix B: Optimizing FFT Performance with FFTW
.. warning::

This page is obsolete, and superceded by subsequent library development. You probably want
to use Intel MKL rather than FFTW. See :ref:`_performance_and_parallelization`.
to use Intel MKL rather than FFTW. See :ref:`performance_and_parallelization`.

Optimizing numerical performance of FFTs is a complicated subject. Just using the FFTW library is no guarantee of optimal performance; you need to know how to configure it.

Expand Down

0 comments on commit c409855

Please sign in to comment.