From: Luke Kenneth Casson Leighton Date: Sat, 25 Mar 2023 14:39:56 +0000 (+0000) Subject: removing rust. to be kept to the absolute bare minimum: a single X-Git-Tag: opf_rfc_ls001_v3~72 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=33009649dcd09833eb46f4337db52fb83194fe9f;p=libreriscv.git removing rust. to be kept to the absolute bare minimum: a single mention as being the same as Java, LLVM and SPIR-V, is sufficient and otherwise remove all other mention of rust. --- diff --git a/openpower/sv/rfc/ls006.mdwn b/openpower/sv/rfc/ls006.mdwn index 5483eb404..5fc3db549 100644 --- a/openpower/sv/rfc/ls006.mdwn +++ b/openpower/sv/rfc/ls006.mdwn @@ -502,8 +502,7 @@ Power ISA v3.1B):
[Java/Saturating conversion semantics](https://docs.oracle.com/javase/specs/jls/se16/html/jls-5.html#jls-5.1.3) -(only for long/int results)/ -[Rust semantics](https://doc.rust-lang.org/reference/expressions/operator-expr.html#semantics) +(only for long/int results) (with adjustment to add non-truncate rounding modes): ```