Files
Odin/core/math
Yawning Angel a171746a15 core/math/rand: Disable LLVM vectorization of xoshiro on Intel
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.
2026-03-19 19:25:23 +09:00
..
2026-03-15 11:06:22 +01:00
2025-11-28 23:18:28 +01:00
2026-02-17 09:41:22 +00:00
2026-02-09 20:08:22 +01:00
2026-02-11 22:15:15 +01:00