| Compiler | Implementations |
| gcc -funroll-loops -mcpu=marvell-pj4 -O2 | avx2 |
| gcc -funroll-loops -mcpu=marvell-pj4 -O3 | avx2 |
| gcc -funroll-loops -mcpu=marvell-pj4 -Os | avx2 |
| gcc -mcpu=marvell-pj4 -O2 | avx2 |
| gcc -mcpu=marvell-pj4 -O3 | avx2 |
| gcc -mcpu=marvell-pj4 -Os | avx2 |
| Compiler | Implementations |
| gcc -funroll-loops -mcpu=marvell-pj4 -O2 | sse4 |
| gcc -funroll-loops -mcpu=marvell-pj4 -O3 | sse4 |
| gcc -funroll-loops -mcpu=marvell-pj4 -Os | sse4 |
| gcc -mcpu=marvell-pj4 -O2 | sse4 |
| gcc -mcpu=marvell-pj4 -O3 | sse4 |
| gcc -mcpu=marvell-pj4 -Os | sse4 |
| Compiler | Implementations |
| gcc -funroll-loops -mcpu=marvell-pj4 -O2 | neon |
| gcc -funroll-loops -mcpu=marvell-pj4 -O3 | neon |
| gcc -funroll-loops -mcpu=marvell-pj4 -Os | neon |
| gcc -mcpu=marvell-pj4 -O2 | neon |
| gcc -mcpu=marvell-pj4 -O3 | neon |
| gcc -mcpu=marvell-pj4 -Os | neon |