Skip to content

Commit c494a04

Browse files
committed
add release notes for build options
1 parent ddd6c9b commit c494a04

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/release.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5764
Maintenance work:
5865

0 commit comments

Comments
 (0)