| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|---|---|
| 30181 | ? ? ? | ? ? ? | ref | gcc_-funroll-loops_-march=native_-mtune=native_-O3 | 20170720 | 20170718 |
| 30353 | ? ? ? | ? ? ? | ref | gcc_-march=native_-mtune=native_-O3 | 20170720 | 20170718 |
| 30407 | ? ? ? | ? ? ? | ref | gcc_-funroll-loops_-march=native_-mtune=native_-O2 | 20170720 | 20170718 |
| 30693 | ? ? ? | ? ? ? | ref | gcc_-march=native_-mtune=native_-O2 | 20170720 | 20170718 |
| Compiler | Implementations |
| gcc -funroll-loops -march=native -mtune=native -O2 | sse2 |
| gcc -funroll-loops -march=native -mtune=native -O3 | sse2 |
| gcc -funroll-loops -march=native -mtune=native -Os | sse2 |
| gcc -march=native -mtune=native -O2 | sse2 |
| gcc -march=native -mtune=native -O3 | sse2 |
| gcc -march=native -mtune=native -Os | sse2 |
| Compiler | Implementations |
| gcc -funroll-loops -march=native -mtune=native -Os | ref |
| gcc -march=native -mtune=native -Os | ref |