| Time | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|
| 199260 | ref | gcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv | 20160801 | 20160731 |
| 278235 | ref | gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv | 20160801 | 20160731 |
| 459270 | ref | gcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv | 20160801 | 20160731 |
| 475200 | ref | gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv | 20160801 | 20160731 |
| 600000 | ref | clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | 20160801 | 20160731 |
| Compiler | Implementations |
| gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv | ref |
| gcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv | ref |
| gcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv | ref |
| gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv | ref |