| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|---|---|
| 25025 | ? ? ? | ? ? ? | ref | gcc_-funroll-loops_-march=native_-mtune=native_-O2 | 20171009 | 20170904 |
| 25027 | ? ? ? | ? ? ? | ref | gcc_-funroll-loops_-march=native_-mtune=native_-O3 | 20171009 | 20170904 |
| 25254 | ? ? ? | ? ? ? | ref | gcc_-march=native_-mtune=native_-O3 | 20171009 | 20170904 |
| 25333 | ? ? ? | ? ? ? | ref | gcc_-march=native_-mtune=native_-O2 | 20171009 | 20170904 |
| 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 |