From: Jacob Lifshay Date: Tue, 4 Jul 2023 03:32:34 +0000 (-0700) Subject: update rust's as operator link to be more specific X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7677c4c432c252659237a10bbbf6dba5a8dfd4a7;p=libreriscv.git update rust's as operator link to be more specific --- 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 e29a1fbf4..5a8b06f39 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 @@ -20,7 +20,7 @@ modes supported by the `cffpr` instruction are as follows: * Java's conversion from [`float`/`double` to `long`/`int`](https://docs.oracle.com/javase/specs/jls/se16/html/jls-5.html#jls-5.1.3) - * Rust's [`as` operator](https://doc.rust-lang.org/reference/expressions/operator-expr.html#semantics) + * Rust's [`as` operator](https://doc.rust-lang.org/1.70.0/reference/expressions/operator-expr.html#numeric-cast) * LLVM's [`llvm.fptosi.sat`](https://llvm.org/docs/LangRef.html#llvm-fptosi-sat-intrinsic) and [`llvm.fptoui.sat`](https://llvm.org/docs/LangRef.html#llvm-fptoui-sat-intrinsic) intrinsics * SPIR-V's OpenCL dialect's