Skip to content

Commit

Permalink
MINOR: [Docs] Fix ARROW_USER_SIMD_LEVEL supported values (#13763)
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored Aug 1, 2022
1 parent 546c377 commit 877ed5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/cpp/env_vars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ that changing their value later will have an effect.
Supported values are:

- ``NONE`` disables any runtime-selected SIMD optimization;
- ``SSE4.2`` enables any SSE2-based optimizations until SSE4.2 (included);
- ``SSE4_2`` enables any SSE2-based optimizations until SSE4.2 (included);
- ``AVX`` enables any AVX-based optimizations and earlier;
- ``AVX2`` enables any AVX2-based optimizations and earlier;
- ``AVX512`` enables any AVX512-based optimizations and earlier.
Expand Down

0 comments on commit 877ed5b

Please sign in to comment.