| Compiler | Implementations |
| gcc -funroll-loops -march=native -mtune=xscale -O2 | sphlib sphlib-small |
| gcc -funroll-loops -march=native -mtune=xscale -O3 | sphlib sphlib-small |
| gcc -funroll-loops -march=native -mtune=xscale -Os | sphlib sphlib-small |
| gcc -march=native -mtune=xscale -O2 | sphlib sphlib-small |
| gcc -march=native -mtune=xscale -O3 | sphlib sphlib-small |
| gcc -march=native -mtune=xscale -Os | sphlib sphlib-small |
| Compiler | Implementations |
| gcc -funroll-loops -march=native -mtune=xscale -O2 | simd-1 simd-2 |
| gcc -funroll-loops -march=native -mtune=xscale -O3 | simd-1 simd-2 |
| gcc -funroll-loops -march=native -mtune=xscale -Os | simd-1 simd-2 |
| gcc -march=native -mtune=xscale -O2 | simd-1 simd-2 |
| gcc -march=native -mtune=xscale -O3 | simd-1 simd-2 |
| gcc -march=native -mtune=xscale -Os | simd-1 simd-2 |