←back to thread

Faster Argmin on Floats

(algorithmiker.github.io)
19 points return_to_monke | 2 comments | | HN request time: 0s | source
1. teo_zero ◴[] No.45310778[source]
I had expected something about algorithms, not Rust-specific implementations.
replies(1): >>45310966 #
2. why_only_15 ◴[] No.45310966[source]
doing a u32 compare instead of an f32 compare is not rust-specific or indeed CPU-specific.