Skip to content

Commit 9bce43b

Browse files
vtavanaCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 151dab8 commit 9bce43b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ Includes bug fix #54
8181

8282
Due to removal of deprecated real-to-real FFT with `DFTI_CONJUGATE_EVEN_STORAGE=DFTI_COMPLEX_REAL` and
8383
`DFTI_PACKED_FORMAT=DFTI_PACK` from Intel(R) Math Kernel Library, reimplemented `mkl_fft.rfft` and
84-
`mkl_fft.irfft` to use real-to-complex functionality with subsequent copying to rearange the transform as expected
85-
of `mkl_fft.rfft`, with the associated performance penalty. The use of the real-to-complex
84+
`mkl_fft.irfft` to use real-to-complex functionality with subsequent copying to rearrange the transform as expected
8685
transform improves multi-core utilization which may offset the performance loss incurred due to copying.
8786

8887
1.1.0
@@ -173,7 +172,7 @@ This is a bug fix release.
173172
It fixes issues #9, and #13.
174173

175174
As part of fixing issue #13, out-of-place 1D FFT calls such as `fft`, `ifft`, `rfft_numpy`
176-
and `irfftn_numpy` will allocate Fortran layout array for the output is the input is a Fotran array.
175+
and `irfftn_numpy` will allocate Fortran layout array for the output if the input is a Fortran array.
177176

178177
1.0.2
179178
=====

0 commit comments

Comments
 (0)