From 876841b0e2aea4ae8dac58842242e311b8aef432 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Thu, 9 Jan 2025 11:37:40 -0800 Subject: [PATCH] [WebAssembly] Format WebAssembly ReleaseNote entries (#122203) --- llvm/docs/ReleaseNotes.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 3463dc8339fd8f..4d5f5fb0384b8c 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -240,15 +240,15 @@ Changes to the RISC-V Backend Changes to the WebAssembly Backend ---------------------------------- -The default target CPU, "generic", now enables the `-mnontrapping-fptoint` -and `-mbulk-memory` flags, which correspond to the [Bulk Memory Operations] -and [Non-trapping float-to-int Conversions] language features, which are -[widely implemented in engines]. - -A new Lime1 target CPU is added, -mcpu=lime1. This CPU follows the definition of -the Lime1 CPU [here], and enables -mmultivalue, -mmutable-globals, --mcall-indirect-overlong, -msign-ext, -mbulk-memory-opt, -mnontrapping-fptoint, -and -mextended-const. +* The default target CPU, "generic", now enables the `-mnontrapping-fptoint` + and `-mbulk-memory` flags, which correspond to the [Bulk Memory Operations] + and [Non-trapping float-to-int Conversions] language features, which are + [widely implemented in engines]. + +* A new Lime1 target CPU is added, `-mcpu=lime1`. This CPU follows the + definition of the Lime1 CPU [here], and enables `-mmultivalue`, + `-mmutable-globals`, `-mcall-indirect-overlong`, `-msign-ext`, + `-mbulk-memory-opt`, `-mnontrapping-fptoint`, and `-mextended-const`. [Bulk Memory Operations]: https://github.com/WebAssembly/bulk-memory-operations/blob/master/proposals/bulk-memory-operations/Overview.md [Non-trapping float-to-int Conversions]: https://github.com/WebAssembly/spec/blob/master/proposals/nontrapping-float-to-int-conversion/Overview.md