summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/simd/build-options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/simd/build-options.rst b/doc/source/reference/simd/build-options.rst
index 0a40d3ff5..0994f15aa 100644
--- a/doc/source/reference/simd/build-options.rst
+++ b/doc/source/reference/simd/build-options.rst
@@ -79,7 +79,7 @@ I am building NumPy for my local use
And I do not intend to export the build to other users or target a
different CPU than what the host has.
-Set `native` for baseline, or manualy specify the CPU features in case of option
+Set `native` for baseline, or manually specify the CPU features in case of option
`native` isn't supported by your platform::
python setup.py build --cpu-baseline="native" bdist
@@ -235,7 +235,7 @@ Behaviors
python setup.py build --cpu-baseline=ssse3,sse41,sse42,avx,avx2,fma3
- ``--cpu-dispatch`` escapes any specified baseline features and also escapes
- any features not supported by the target platform or compiler without rasing
+ any features not supported by the target platform or compiler without raising
fatal errors.
Eventually, you should always check the final report through the build log