mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-24 16:30:27 +00:00
LLVM tries really hard to vectorize this when it is a terrible idea, when `-microarch:native` is specified on modern processors. Not doing so is a 2.5->3x performance gain.