| Time | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|
| 42974620 | openssl | gcc -march=native -mcpu=native -O2 | 20161214 | 20161026 |
| 42990600 | openssl | gcc -funroll-loops -march=native -mcpu=native -O3 | 20161214 | 20161026 |
| 43000280 | openssl | gcc -march=native -mcpu=native -O3 | 20161214 | 20161026 |
| 43001820 | openssl | gcc -funroll-loops -march=native -mcpu=native -O2 | 20161214 | 20161026 |
| 43051260 | openssl | gcc -march=native -mcpu=native -Os | 20161214 | 20161026 |
| 43057200 | openssl | gcc -funroll-loops -march=native -mcpu=native -Os | 20161214 | 20161026 |
| Compiler | Implementations |
| gcc -funroll-loops -march=native -mcpu=native -O2 | openssl |
| gcc -funroll-loops -march=native -mcpu=native -O3 | openssl |
| gcc -funroll-loops -march=native -mcpu=native -Os | openssl |
| gcc -march=native -mcpu=native -O2 | openssl |
| gcc -march=native -mcpu=native -O3 | openssl |
| gcc -march=native -mcpu=native -Os | openssl |