From c09e22ae2ee44f0d00535251bb05731f85b32eb5 Mon Sep 17 00:00:00 2001 From: pacak Date: Mon, 3 Jun 2024 15:16:05 -0400 Subject: [PATCH] Replace cargo-asm with cargo-show-asm (#84) `cargo-asm` is no longer maintained, `cargo-show-asm` is a maintained replacement. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1a3ba0..3aabacb 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ GxHash is a non-cryptographic hashing algorithm, thus it is not recommended to u - Minor for API changes/removal - Patch for new APIs, bug fixes and performance improvements -> ℹ️ [cargo-asm](https://github.com/gnzlbg/cargo-asm) is an easy way to view the actual generated assembly code (`cargo asm gxhash::gxhash::gxhash64`) (method `#[inline]` should be removed otherwise it won't be seen by the tool) +> ℹ️ [cargo-show-asm](https://github.com/pacak/cargo-show-asm) is an easy way to view the actual generated assembly code (`cargo asm gxhash::gxhash::gxhash64`) (method `#[inline]` should be removed otherwise it won't be seen by the tool) > ℹ️ [AMD μProf](https://www.amd.com/en/developer/uprof.html) gives some useful insights on time spent per instruction. ## Publication @@ -136,4 +136,4 @@ Publication: [PDF](https://github.com/ogxd/gxhash-rust/blob/main/article/article.pdf) Cite this publication / algorithm: -[![DOI](https://zenodo.org/badge/690754256.svg)](https://zenodo.org/badge/latestdoi/690754256) \ No newline at end of file +[![DOI](https://zenodo.org/badge/690754256.svg)](https://zenodo.org/badge/latestdoi/690754256)