From: Jacob Lifshay Date: Tue, 4 Jul 2023 03:29:37 +0000 (-0700) Subject: fix formatting X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d5ee166238b593dcfa1330ee3d1b1a5419b975a;p=libreriscv.git fix formatting --- diff --git a/openpower/sv/int_fp_mv/cvt_fp_to_int_overview.mdwn b/openpower/sv/int_fp_mv/cvt_fp_to_int_overview.mdwn index 699315b90..e29a1fbf4 100644 --- a/openpower/sv/int_fp_mv/cvt_fp_to_int_overview.mdwn +++ b/openpower/sv/int_fp_mv/cvt_fp_to_int_overview.mdwn @@ -15,7 +15,7 @@ modes supported by the `cffpr` instruction are as follows: This type of conversion is used for WebAssembly's [`trunc_sat_u`](https://webassembly.github.io/spec/core/exec/numerics.html#op-trunc-sat-u) and - [trunc_sat_s](https://webassembly.github.io/spec/core/exec/numerics.html#op-trunc-sat-s) + [`trunc_sat_s`](https://webassembly.github.io/spec/core/exec/numerics.html#op-trunc-sat-s) instructions, as well as several notable programming languages: * Java's conversion from