| Compiler | Implementations |
| g++ -funroll-loops -march=native -mtune=xscale -O2 | cryptopp |
| g++ -funroll-loops -march=native -mtune=xscale -O3 | cryptopp |
| g++ -funroll-loops -march=native -mtune=xscale -Os | cryptopp |
| g++ -march=native -mtune=xscale -O2 | cryptopp |
| g++ -march=native -mtune=xscale -O3 | cryptopp |
| g++ -march=native -mtune=xscale -Os | cryptopp |
| 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 |