From 285a7feb19c1ce768d68fd421eddd1ff6b093d34 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 16 Feb 2021 13:25:58 -0800 Subject: [PATCH] 128-bit operations are only for the new x64 backend. --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 7d61f1712b..5c55219065 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -24,7 +24,7 @@ Released 2021-02-16. [#2593](https://github.com/bytecodealliance/wasmtime/pull/2593) * Implemented module-linking's outer module aliases [#2590](https://github.com/bytecodealliance/wasmtime/pull/2590) -* Cranelift now supports 128-bit operations +* Cranelift now supports 128-bit operations for the new x64 backend. [#2539](https://github.com/bytecodealliance/wasmtime/pull/2539) * Cranelift now has detailed debug-info (DWARF) support in new backends (initially x64). [#2565](https://github.com/bytecodealliance/wasmtime/pull/2565)