From: Luke Kenneth Casson Leighton Date: Thu, 3 Jun 2021 21:26:17 +0000 (+0100) Subject: ``` not at end of line, whoops X-Git-Tag: DRAFT_SVP64_0_1~828 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7865467db2f0cd4c3feacb7d26cbd7fd2ca7bbf9;p=libreriscv.git ``` not at end of line, whoops --- diff --git a/openpower/sv/int_fp_mv/appendix.mdwn b/openpower/sv/int_fp_mv/appendix.mdwn index 407a92bc6..1bcd34e68 100644 --- a/openpower/sv/int_fp_mv/appendix.mdwn +++ b/openpower/sv/int_fp_mv/appendix.mdwn @@ -16,7 +16,8 @@ pub fn fcvttgw_rust(v: f64) -> i32 { pub fn fcvttguw_rust(v: f64) -> u32 { v as u32 -}``` +} +``` ### 64-bit float -> 64-bit signed integer