| Time | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|
| 332000 | ref | gcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv | 20160801 | 20160731 |
| 449000 | ref | gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv | 20160801 | 20160731 |
| 486000 | ref | gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv | 20160801 | 20160731 |
| 657000 | ref | gcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv | 20160801 | 20160731 |
| 1184000 | ref | clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | 20160801 | 20160731 |
| Compiler | Implementations |
| clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | avx1 sse4 |
| Compiler | Implementations |
| gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv | avx1 |
| Compiler | Implementations |
| gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv | sse4 |
| Compiler | Implementations |
| gcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv | avx1 |
| Compiler | Implementations |
| gcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv | sse4 |
| Compiler | Implementations |
| gcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv | sse4 |
| Compiler | Implementations |
| gcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv | avx1 |
| Compiler | Implementations |
| gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv | sse4 |
| Compiler | Implementations |
| gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv | avx1 |