diff options
author | Brett Cannon <brett@python.org> | 2024-11-06 22:33:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-06 22:33:46 (GMT) |
commit | 2a6b6b33dfe0f3c435abf2829b62ef3f1ef12cd3 (patch) | |
tree | 36ac3fc5cb589b589cac2c8780a248d27c690ebd /Misc/NEWS.d | |
parent | 5dc36dc5658f6ba9cfd9d7a2771baaf17d2ee23a (diff) | |
download | cpython-2a6b6b33dfe0f3c435abf2829b62ef3f1ef12cd3.zip cpython-2a6b6b33dfe0f3c435abf2829b62ef3f1ef12cd3.tar.gz cpython-2a6b6b33dfe0f3c435abf2829b62ef3f1ef12cd3.tar.bz2 |
GH-126458: disable SIMD for HACL under WASI (#126512)
Requires an extra `-msimd128` flag and the `*mmintrin.h` header files are exclusive to x86-family CPUs.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Build/2024-11-06-11-12-04.gh-issue-126458.7vzHtx.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-11-06-11-12-04.gh-issue-126458.7vzHtx.rst b/Misc/NEWS.d/next/Build/2024-11-06-11-12-04.gh-issue-126458.7vzHtx.rst new file mode 100644 index 0000000..cc06dd8 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-11-06-11-12-04.gh-issue-126458.7vzHtx.rst @@ -0,0 +1 @@ +Disable SIMD support for HACL under WASI. |