| Compiler | Implementations |
| gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | sseu24 sseu4 |
| gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | sseu24 sseu4 |
| gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | sseu24 sseu4 |
| gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | sseu24 sseu4 |
| Compiler | Implementations |
| gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | xopu24 |
| gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | xopu24 |
| gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv | xopu24 |
| gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv | xopu24 |