summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2024-11-04 20:48:09 (GMT)
committerGitHub <noreply@github.com>2024-11-04 20:48:09 (GMT)
commit532fc08102d62c04d55f5b8aac00bd9e7e12ff4b (patch)
treec67e8a2c46c28bd8de0fd4d9f45ee1626a6d5a99 /Misc/NEWS.d
parent9b7294c3a560f43f1e26a0f48c258829076d6464 (diff)
downloadcpython-532fc08102d62c04d55f5b8aac00bd9e7e12ff4b.zip
cpython-532fc08102d62c04d55f5b8aac00bd9e7e12ff4b.tar.gz
cpython-532fc08102d62c04d55f5b8aac00bd9e7e12ff4b.tar.bz2
gh-89640: Hardcode WASM float word ordering as little endian (#126387)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Build/2024-11-04-09-42-04.gh-issue-89640.QBv05o.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-11-04-09-42-04.gh-issue-89640.QBv05o.rst b/Misc/NEWS.d/next/Build/2024-11-04-09-42-04.gh-issue-89640.QBv05o.rst
new file mode 100644
index 0000000..4fa44a1
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2024-11-04-09-42-04.gh-issue-89640.QBv05o.rst
@@ -0,0 +1 @@
+Hard-code float word ordering as little endian on WASM.