Fix typo.
This commit is contained in:
parent
e40bea2aaa
commit
85339c3951
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue