File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ Other new features:
5353 help with understanding the shuffle option
5454 (`#4 <https://github.com/alimanfoo/numcodecs/issues/4 >`_,
5555 `#19 <https://github.com/alimanfoo/numcodecs/issues/19 >`_).
56+ * Options have been added to manually control how the C extensions are built regardless of the
57+ architecture of the system on which the build is run. To disable support for AVX2 set the
58+ environment variable "DISABLE_NUMCODECS_AVX2". To disable support for SSE2 set the environment
59+ variable "DISABLE_NUMCODECS_SSE2". To disable C extensions altogether set the environment variable
60+ "DISABLE_NUMCODECS_CEXT"
61+ (`#24 <https://github.com/alimanfoo/numcodecs/issues/24 >`_,
62+ `#26 <https://github.com/alimanfoo/numcodecs/issues/26 >`_).
5663
5764Maintenance work:
5865
You can’t perform that action at this time.
0 commit comments