Some implementations seem vectorization-friendly like the C one that uses a bit-twiddling trick to avoid the `x = -x` line that the Odin implementation and others have.
When you put these programs into Godbolt to see what's going on with them, so much of the code is just the I/O part that it's annoying to analyze
When you put these programs into Godbolt to see what's going on with them, so much of the code is just the I/O part that it's annoying to analyze