diff options
author | Erlend E. Aasland <erlend@python.org> | 2024-11-04 20:48:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-04 20:48:09 (GMT) |
commit | 532fc08102d62c04d55f5b8aac00bd9e7e12ff4b (patch) | |
tree | c67e8a2c46c28bd8de0fd4d9f45ee1626a6d5a99 /Misc/NEWS.d | |
parent | 9b7294c3a560f43f1e26a0f48c258829076d6464 (diff) | |
download | cpython-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.rst | 1 |
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. |