| Compiler | Implementations |
| gcc -funroll-loops -march=native -mtune=xscale -O2 | openssl |
| gcc -funroll-loops -march=native -mtune=xscale -O3 | openssl |
| gcc -funroll-loops -march=native -mtune=xscale -Os | openssl |
| gcc -march=native -mtune=xscale -O2 | openssl |
| gcc -march=native -mtune=xscale -O3 | openssl |
| gcc -march=native -mtune=xscale -Os | openssl |