update rust's as operator link to be more specific
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 4 Jul 2023 03:32:34 +0000 (20:32 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 4 Jul 2023 03:32:34 +0000 (20:32 -0700)
openpower/sv/int_fp_mv/cvt_fp_to_int_overview.mdwn

index e29a1fbf4fa66640957557b258f52a1cb053b325..5a8b06f3985156adbf3fe391765d52f707b57cf1 100644 (file)
@@ -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