Jonathan Hallström
Jonathan Hallström

I noticed that std.mem.reverse wasn't getting optimized to use SIMD while optimizing a program a while ago, and decided to make my own faster implementation. After refining it a bit...
Should close https://github.com/ziglang/zig/issues/21655 Unable to verify myself due to issues with building zig locally
Modernized the entire codebase including `build.zig` and `Makefile`, engine is now a little faster due the more modern compiler.