summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGengxin Xie <gengxin.xie@intel.com>2020-04-08 14:35:57 +0800
committerGengxin Xie <gengxin.xie@intel.com>2020-04-08 14:40:44 +0800
commit6bd0cb90a607f46c6c45fbc36d280dd25e23b4a3 (patch)
tree954adc869fe18945b3f4d6ea2fdcae2abb71c655 /doc
parentd47b21df04d862f2a9da98f2ac935242cd10638d (diff)
downloadnumpy-6bd0cb90a607f46c6c45fbc36d280dd25e23b4a3.tar.gz
MAINT: Fixed some spelling mistakes in 15648.improvement.rst
Diffstat (limited to 'doc')
-rw-r--r--doc/release/upcoming_changes/15648.improvement.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/release/upcoming_changes/15648.improvement.rst b/doc/release/upcoming_changes/15648.improvement.rst
index 59522c75f..2dbfa9f99 100644
--- a/doc/release/upcoming_changes/15648.improvement.rst
+++ b/doc/release/upcoming_changes/15648.improvement.rst
@@ -1,7 +1,7 @@
Use AVX512 intrinsic to implement ``np.exp`` when input is ``np.float64``
--------------------------------------------------------------------------
+--------------------------------------------------------------------------
Use AVX512 intrinsic to implement ``np.exp`` when input is ``np.float64``,
-which can imporve the performance of ``np.exp`` with ``np.float64`` input 5-7x
-faster than before. The _multiarray_umath.so module has grown about 63 kB on
+which can improve the performance of ``np.exp`` with ``np.float64`` input 5-7x
+faster than before. The _multiarray_umath.so module has grown about 63 KB on
linux64.