| Time | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|
| 2744 | openssl | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | 20160806 | 20160731 |
| 2772 | openssl | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | 20160806 | 20160731 |
| 2786 | openssl | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | 20160806 | 20160731 |
| 2800 | openssl | icc -xMIC-AVX512 -O2 -fomit-frame-pointer | 20160806 | 20160731 |
| 2828 | openssl | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | 20160806 | 20160731 |
| 2828 | openssl | icc -xMIC-AVX512 -O3 -fomit-frame-pointer | 20160806 | 20160731 |
| 2940 | dolbeau/aesenc-int | icc -xMIC-AVX512 -O2 -fomit-frame-pointer | 20160807 | 20160806 |
| 2968 | dolbeau/aesenc-int | icc -xMIC-AVX512 -O3 -fomit-frame-pointer | 20160807 | 20160806 |
| 3374 | dolbeau/aesenc-int | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | 20160807 | 20160806 |
| 7336 | dolbeau/aesenc-int | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | 20160807 | 20160806 |
| 8358 | dolbeau/aesenc-int | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | 20160807 | 20160806 |
| 8932 | dolbeau/aesenc-int | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | 20160807 | 20160806 |
| Compiler | Implementations |
| g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | cryptopp |
| g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | cryptopp |
| g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | cryptopp |
| g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | cryptopp |
| Compiler | Implementations |
| gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | openssl |
| gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | openssl |
| gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | openssl |
| gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | openssl |
| Compiler | Implementations |
| gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | dolbeau/aesenc-int |
| gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | dolbeau/aesenc-int |
| gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | dolbeau/aesenc-int |
| gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | dolbeau/aesenc-int |
| Compiler | Implementations |
| icc -xMIC-AVX512 -O2 -fomit-frame-pointer | openssl |
| icc -xMIC-AVX512 -O3 -fomit-frame-pointer | openssl |
| Compiler | Implementations |
| icc -xMIC-AVX512 -O2 -fomit-frame-pointer | dolbeau/aesenc-int |
| icc -xMIC-AVX512 -O3 -fomit-frame-pointer | dolbeau/aesenc-int |
| Compiler | Implementations |
| icpc -xMIC-AVX512 -O2 -fomit-frame-pointer | cryptopp |
| icpc -xMIC-AVX512 -O3 -fomit-frame-pointer | cryptopp |