| Time | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|
| 253600 | c | clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | 20160801 | 20160731 |
| 253935 | c | gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv | 20160801 | 20160731 |
| 260000 | c | gcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv | 20160801 | 20160731 |
| Compiler | Implementations |
| gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv | c |
| gcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv | c |