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:
53
53
help with understanding the shuffle option
54
54
(`#4 <https://github.com/alimanfoo/numcodecs/issues/4 >`_,
55
55
`#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 >`_).
56
63
57
64
Maintenance work:
58
65
You can’t perform that action at this time.
0 commit comments