Fix typo.

This commit is contained in:
James Pace 2024-02-07 01:44:28 +00:00
parent e40bea2aaa
commit 85339c3951
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ of `libm::powf`.
When compiling with the default optimization level (`-O3`), I saw a similar performance 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, 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 [libm]: https://github.com/rust-lang/libm
[micromath]: https://github.com/tarcieri/micromath [micromath]: https://github.com/tarcieri/micromath