| Compiler | Implementations |
| clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | ref |
| 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 |
| 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 | avx1 |
| Compiler | Implementations |
| gcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv | sse4 |
| Compiler | Implementations |
| gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv | avx1 |
| Compiler | Implementations |
| gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv | sse4 |