]> git.nega.tv - josh/narcissus/commit
Improve `min`, `max` on ARM, and fix documentation
authorJoshua Simmons <josh@nega.tv>
Sat, 10 Sep 2022 10:16:48 +0000 (12:16 +0200)
committerJoshua Simmons <josh@nega.tv>
Sat, 10 Sep 2022 10:16:48 +0000 (12:16 +0200)
commitd084b3aa2a76e4cd0e3156fa184cc3b14993dc45
tree35421eb95a4eacba1577687fb88208035d391614
parenta9d797e82e612bc2013f84bfbe54bb0f8983d4cb
Improve `min`, `max` on ARM, and fix documentation

Use regular `f32::min` and `f32::max` for non-x86 platforms. Allows arm
to generate `fminnm`.
Improve documentation of platform specific behavior of `min` and `max`.
Add note about `sqrt` operation to `_sq` functions.
narcissus-maths/src/lib.rs