| Time | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|
| 51642 | opt | clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | 20160726 | 20160724 |
| 84366 | opt | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | 20160726 | 20160724 |
| 86131 | opt | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | 20160726 | 20160724 |
| 88162 | opt | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | 20160726 | 20160724 |
| 97781 | opt | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | 20160726 | 20160724 |
| Compiler | Implementations |
| gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | xmm |
| gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | xmm |
| gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | xmm |
| gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | xmm |
| Compiler | Implementations |
| clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | xmm |
| Compiler | Implementations |
| gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | xmm |
| gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | xmm |
| gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | xmm |
| gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | xmm |