| Time | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 156492 | optimized_SSE | clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | 20160718 | 20160715 |
| 157508 | optimized_SSE | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | 20160718 | 20160715 |
| 161336 | optimized_SSE | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | 20160718 | 20160715 |
| 161612 | optimized_SSE | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | 20160718 | 20160715 |
| 161848 | optimized_SSE | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | 20160718 | 20160715 |
| 194128 | optimized_nonSSE | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | 20160718 | 20160715 |
| 236248 | optimized_nonSSE | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | 20160718 | 20160715 |
| 238188 | optimized_nonSSE | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | 20160718 | 20160715 |
| 249996 | optimized_nonSSE | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | 20160718 | 20160715 |
| 335900 | ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | 20160718 | 20160715 |
| 353880 | ref | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | 20160718 | 20160715 |
| 371088 | ref | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | 20160718 | 20160715 |
| 372496 | ref | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | 20160718 | 20160715 |
| Compiler | Implementations
|
| clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | optimized_AVX optimized_AVX2 |
| gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | optimized_AVX optimized_AVX2 |
| gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | optimized_AVX optimized_AVX2 |
| gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | optimized_AVX optimized_AVX2 |
| gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | optimized_AVX optimized_AVX2
|