The windows build is failing because max local candidates is too low.
This makes no sense cause the Linux and macOS builds run completely
fine. Another reason why a hate Windows.
Signed-off-by: Ronald Caesar <github43132@proton.me>
Instead of iterating 0...2^32, we iterate by hash bucket.
Also done a lot of memory bandwidth optimizations.
Signed-off-by: Ronald Caesar <github43132@proton.me>
This is just to test if the decoder even works. Ii will implement a
fuzzer to test the decoder against 10,000 randomly generated
instructions.
Signed-off-by: Ronald Caesar <github43132@proton.me>