From 85339c39512a1317a49930bf58362cadf0ae0be3 Mon Sep 17 00:00:00 2001 From: James Pace Date: Wed, 7 Feb 2024 01:44:28 +0000 Subject: [PATCH] Fix typo. --- posts/powf_is_slow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/powf_is_slow.md b/posts/powf_is_slow.md index a5f2aaf..be38c77 100644 --- a/posts/powf_is_slow.md +++ b/posts/powf_is_slow.md @@ -42,7 +42,7 @@ of `libm::powf`. When compiling with the default optimization level (`-O3`), I saw a similar performance increase, but not when I switched to compiling with `--release`, which I found interesting, -and which underscores the importance of building in `--release` which shipping Rust binaries. +and which underscores the importance of building in `--release` when shipping Rust binaries. [libm]: https://github.com/rust-lang/libm [micromath]: https://github.com/tarcieri/micromath