Skip to content

Commit a02556e

Browse files
authored
Merge pull request numpy#28451 from wheeleha/fix-avx512-docs
DOC: Add -avx512_spr to disable AVX512 in build options
2 parents c275e25 + 3dd99ef commit a02556e

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)