removing rust. to be kept to the absolute bare minimum: a single
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 25 Mar 2023 14:39:56 +0000 (14:39 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 25 Mar 2023 14:39:56 +0000 (14:39 +0000)
mention as being the same as Java, LLVM and SPIR-V, is sufficient
and otherwise remove all other mention of rust.

openpower/sv/rfc/ls006.mdwn

index 5483eb404cd54d89e2da68d504b73a76998b2f99..5fc3db549af8abd9bfa420a84b80ec788683ad25 100644 (file)
@@ -502,8 +502,7 @@ Power ISA v3.1B):
 
 <div id="fp-to-int-java-saturating-conversion-semantics"></div>
 [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):
 
 ```