| Time | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|
| 13939300 | openssl | gcc -funroll-loops -march=native -mcpu=native -Os | 20161214 | 20161026 |
| 14128460 | openssl | gcc -march=native -mcpu=native -Os | 20161214 | 20161026 |
| 14146240 | openssl | gcc -march=native -mcpu=native -O2 | 20161214 | 20161026 |
| 14275120 | openssl | gcc -funroll-loops -march=native -mcpu=native -O2 | 20161214 | 20161026 |
| 14299240 | openssl | gcc -march=native -mcpu=native -O3 | 20161214 | 20161026 |
| 14322680 | openssl | gcc -funroll-loops -march=native -mcpu=native -O3 | 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 |