| Compiler | Implementations |
| gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | avx |
| gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | avx |
| gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | sse |
| gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | sse |
| Compiler | Implementations |
| gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | ref |
| gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | ref |