| Compiler | Implementations |
| gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | e/hongjun/v0 e/hongjun/v1 |
| gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | e/hongjun/v0 e/hongjun/v1 |
| gcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv | e/hongjun/v0 e/hongjun/v1 |
| Compiler | Implementations |
| gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | e/gladman |
| gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | e/gladman |
| gcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv | e/gladman |