| Compiler | Implementations |
| g++ -funroll-loops -march=native -mtune=native -O2 | ref |
| g++ -funroll-loops -march=native -mtune=native -O3 | ref |
| g++ -funroll-loops -march=native -mtune=native -Os | ref |
| g++ -march=native -mtune=native -O2 | ref |
| g++ -march=native -mtune=native -O3 | ref |
| g++ -march=native -mtune=native -Os | ref |