←back to thread

Faster Argmin on Floats

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