mention as being the same as Java, LLVM and SPIR-V, is sufficient
and otherwise remove all other mention of rust.
<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):
```