| Time | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|
| 10893342 | ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | 20160803 | 20160731 |
| 11885844 | ref | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | 20160803 | 20160731 |
| 13229002 | ref | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | 20160803 | 20160731 |
| 14848964 | ref | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | 20160803 | 20160731 |
| Compiler | Implementations |
| g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | avx2 |
| g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | avx2 |
| g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | avx2 |
| g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | avx2 |