| Compiler | Implementations |
| gcc -funroll-loops -mcpu=marvell-pj4 -O2 | ref-karatsuba |
| gcc -funroll-loops -mcpu=marvell-pj4 -O3 | ref-karatsuba |
| gcc -funroll-loops -mcpu=marvell-pj4 -Os | ref-karatsuba |
| gcc -mcpu=marvell-pj4 -O2 | ref-karatsuba |
| gcc -mcpu=marvell-pj4 -O3 | ref-karatsuba |
| gcc -mcpu=marvell-pj4 -Os | ref-karatsuba |