From 4d5ee166238b593dcfa1330ee3d1b1a5419b975a Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 3 Jul 2023 20:29:37 -0700 Subject: [PATCH] fix formatting --- openpower/sv/int_fp_mv/cvt_fp_to_int_overview.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2