psychopath/sub_crates/trifloat
Nathan Vegdahl 96b8dd84b9 Cleaned up the u32 trifloat implementation.
This also makes encoding faster.  However, it no longer does
rounding to the nearest precision when encoding, and insead does
flooring.  This seems like a reasonable tradeoff: if you want more
precision... you should use a format with more precision.
2020-09-18 21:04:16 +09:00
..
benches Removed the experimental luma-chroma color format. 2020-09-18 17:57:13 +09:00
src Cleaned up the u32 trifloat implementation. 2020-09-18 21:04:16 +09:00
Cargo.toml Second step transitioning to Rust 2018. 2018-12-16 12:07:11 -08:00