| Compiler | Implementations | 
| gcc -funroll-loops -march=native -mtune=native -O2 | ref | 
| gcc -funroll-loops -march=native -mtune=native -O3 | ref | 
| gcc -funroll-loops -march=native -mtune=native -Os | ref | 
| gcc -march=native -mtune=native -O2 | ref | 
| gcc -march=native -mtune=native -O3 | ref | 
| gcc -march=native -mtune=native -Os | ref | 
| Compiler | Implementations | 
| gcc -funroll-loops -march=native -mtune=native -O2 | aesni | 
| gcc -funroll-loops -march=native -mtune=native -O3 | aesni | 
| gcc -funroll-loops -march=native -mtune=native -Os | aesni | 
| gcc -march=native -mtune=native -O2 | aesni | 
| gcc -march=native -mtune=native -O3 | aesni | 
| gcc -march=native -mtune=native -Os | aesni |