| Time | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|
| 56780 | openssl | gcc -mcpu=marvell-pj4 -Os | 20161210 | 20161026 |
| 56800 | openssl | gcc -mcpu=marvell-pj4 -O2 | 20161210 | 20161026 |
| 56836 | openssl | gcc -funroll-loops -mcpu=marvell-pj4 -O2 | 20161210 | 20161026 |
| 56872 | openssl | gcc -mcpu=marvell-pj4 -O3 | 20161210 | 20161026 |
| 56925 | openssl | gcc -funroll-loops -mcpu=marvell-pj4 -O3 | 20161210 | 20161026 |
| 56940 | openssl | gcc -funroll-loops -mcpu=marvell-pj4 -Os | 20161210 | 20161026 |
| Compiler | Implementations |
| g++ -funroll-loops -mcpu=marvell-pj4 -O2 | cryptopp |
| g++ -funroll-loops -mcpu=marvell-pj4 -O3 | cryptopp |
| g++ -funroll-loops -mcpu=marvell-pj4 -Os | cryptopp |
| g++ -mcpu=marvell-pj4 -O2 | cryptopp |
| g++ -mcpu=marvell-pj4 -O3 | cryptopp |
| g++ -mcpu=marvell-pj4 -Os | cryptopp |
| Compiler | Implementations |
| gcc -funroll-loops -mcpu=marvell-pj4 -O2 | openssl |
| gcc -funroll-loops -mcpu=marvell-pj4 -O3 | openssl |
| gcc -funroll-loops -mcpu=marvell-pj4 -Os | openssl |
| gcc -mcpu=marvell-pj4 -O2 | openssl |
| gcc -mcpu=marvell-pj4 -O3 | openssl |
| gcc -mcpu=marvell-pj4 -Os | openssl |