| Compiler | Implementations |
| gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | gil |
| gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | gil |
| gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | gil |
| gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | gil |
| Compiler | Implementations |
| icc -xMIC-AVX512 -O2 -fomit-frame-pointer | gil |
| Compiler | Implementations |
| icc -xMIC-AVX512 -O3 -fomit-frame-pointer | gil |