diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-01-10 23:17:25 +0100 |
---|---|---|
committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-01-12 22:44:39 +0100 |
commit | 76b1ba156e792187f133db8e8bdd968a3fdbe5be (patch) | |
tree | 3bd7ae04ac2748bb030f1a55326d79dd409ea36a /doc/source/reference/simd | |
parent | 18aa14c0aa699506bea357f46a18cbdfabc3d951 (diff) | |
download | numpy-76b1ba156e792187f133db8e8bdd968a3fdbe5be.tar.gz |
MAINT, DOC: fix new typos detected by codespell
Diffstat (limited to 'doc/source/reference/simd')
-rw-r--r-- | doc/source/reference/simd/build-options.rst | 4 |
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 |