| Time | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|
| 79026 | cryptopp | g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | 20160803 | 20160731 |
| 79591 | cryptopp | g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | 20160803 | 20160731 |
| 79614 | cryptopp | g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | 20160803 | 20160731 |
| 80612 | cryptopp | g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | 20160803 | 20160731 |
| Compiler | Implementations |
| gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | neon |
| gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | neon |
| gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | neon |
| gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | neon |