mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-31 16:01:13 +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.