summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.