Skip to content

Commit 54b3271

Browse files
releasing mkl_fft 1.0.12
1 parent 01ad727 commit 54b3271

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
mkl_fft changelog
33
=================
44

5+
1.0.12
6+
======
7+
Issue #37 fixed.
8+
9+
Inhibited vectorization of short loops computing pointer to memory referenced by a multi-iterator by Intel (R) C Compiler, improving
10+
performance of ND `fft` and `ifft` on real input arrays.
11+
12+
513
1.0.11
614
======
7-
Improvement for performance of ND fft on real input arrays by inlining multi-iterators.
15+
Improvement for performance of ND `fft` on real input arrays by inlining multi-iterators.
816
This particularly benefits performance of mkl_fft built with Intel (R) C Compiler.
917

1018

mkl_fft/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.11'
1+
__version__ = '1.0.12'

0 commit comments

Comments
 (0)