chore: replace stale link (#1602)

This commit is contained in:
Gio 2024-06-16 08:58:13 -06:00 committed by GitHub
parent 7ba3c1f298
commit 4813d563d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -494,7 +494,7 @@ unsafe fn mds_multiply_and_add_round_const_s(
// Fall through for MDS matrix multiplication on low 32 bits
// This is a GCC _local label_. For details, see
// https://doc.rust-lang.org/beta/unstable-book/library-features/asm.html#labels
// https://doc.rust-lang.org/rust-by-example/unsafe/asm.html#labels
// In short, the assembler makes sure to assign a unique name to replace `2:` with a unique
// name, so the label does not clash with any compiler-generated label. `2:` can appear
// multiple times; to disambiguate, we must refer to it as `2b` or `2f`, specifying the