| Time | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|
| 163979 | openssl | gcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv | 20160824 | 20160806 |
| 164172 | openssl | clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | 20160824 | 20160806 |
| 164210 | openssl | gcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv | 20160824 | 20160806 |
| 164240 | openssl | gcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv | 20160824 | 20160806 |
| 164403 | openssl | gcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv | 20160824 | 20160806 |
| 7831780 | ref | clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | 20160824 | 20160806 |
| 8027096 | ref | gcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv | 20160824 | 20160806 |
| 28586772 | ref | gcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv | 20160824 | 20160806 |
| 29666757 | ref | gcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv | 20160824 | 20160806 |
| 31408659 | ref | gcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv | 20160824 | 20160806 |
| Compiler | Implementations |
| clang++ -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | cryptopp |
| Compiler | Implementations |
| clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | dolbeau/armv8crypto |
| Compiler | Implementations |
| g++ -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv | cryptopp |
| g++ -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv | cryptopp |
| Compiler | Implementations |
| g++ -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv | cryptopp |
| Compiler | Implementations |
| g++ -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv | cryptopp |
| Compiler | Implementations |
| gcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv | dolbeau/armv8crypto |
| gcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv | dolbeau/armv8crypto |
| gcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv | dolbeau/armv8crypto |
| gcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv | dolbeau/armv8crypto |