We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f978112 commit 3dd99efCopy full SHA for 3dd99ef
doc/source/reference/simd/build-options.rst
@@ -98,7 +98,7 @@ You may have some reservations about including of ``AVX512`` or
98
any other CPU feature and you want to exclude from the dispatched features::
99
100
python -m build --wheel -Csetup-args=-Dcpu-dispatch="max -avx512f -avx512cd \
101
- -avx512_knl -avx512_knm -avx512_skx -avx512_clx -avx512_cnl -avx512_icl"
+ -avx512_knl -avx512_knm -avx512_skx -avx512_clx -avx512_cnl -avx512_icl -avx512_spr"
102
103
.. _opt-supported-features:
104
0 commit comments