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