From 7677c4c432c252659237a10bbbf6dba5a8dfd4a7 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 3 Jul 2023 20:32:34 -0700 Subject: [PATCH] update rust's as operator link to be more specific --- openpower/sv/int_fp_mv/cvt_fp_to_int_overview.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2