diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-01-12 20:12:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 20:12:35 -0700 |
commit | 813a0c11186ded0b5caeb853fd2b22fb9addd511 (patch) | |
tree | 48544dd4971593a63098a105ae26e59c8482129f /doc/source/reference | |
parent | f98c60a035b007680fe811eeed3b6326961ccff5 (diff) | |
parent | 76b1ba156e792187f133db8e8bdd968a3fdbe5be (diff) | |
download | numpy-813a0c11186ded0b5caeb853fd2b22fb9addd511.tar.gz |
Merge pull request #20784 from DimitriPapadopoulos/codespell
MAINT, DOC: fix new typos detected by codespell
Diffstat (limited to 'doc/source/reference')
-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 |