Skip to content

Commit

Permalink
docs: Change link to permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Jun 16, 2023
1 parent fcd2bed commit 9a83708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ fn simd_unhex(value: &[u8]) -> u32 {
value[6] as u32,
value[7] as u32,
]);
// Heavily inspired by https://github.com/nervosnetwork/faster-hex/blob/master/src/decode.rs#L80
// Heavily inspired by https://github.com/nervosnetwork/faster-hex/blob/a4c06b387ddeeea311c9e84a3adcaf01015cf40e/src/decode.rs#L80
let sr6 = input >> SIMD_6;
let and15 = input & SIMD_F;
let mul = sr6 * SIMD_9;
Expand Down

0 comments on commit 9a83708

Please sign in to comment.