Skip to content

Commit 3dd99ef

Browse files
committed
Documentation Edit: Add -avx512_spr to disable AVX512 in build options
1 parent f978112 commit 3dd99ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/reference/simd/build-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ You may have some reservations about including of ``AVX512`` or
9898
any other CPU feature and you want to exclude from the dispatched features::
9999

100100
python -m build --wheel -Csetup-args=-Dcpu-dispatch="max -avx512f -avx512cd \
101-
-avx512_knl -avx512_knm -avx512_skx -avx512_clx -avx512_cnl -avx512_icl"
101+
-avx512_knl -avx512_knm -avx512_skx -avx512_clx -avx512_cnl -avx512_icl -avx512_spr"
102102

103103
.. _opt-supported-features:
104104

0 commit comments

Comments
 (0)