| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|---|---|
| 24931 | ? ? ? | ? ? ? | ref | gcc_-funroll-loops_-march=native_-mtune=native_-O2 | 20171009 | 20170904 |
| 25082 | ? ? ? | ? ? ? | ref | gcc_-march=native_-mtune=native_-O3 | 20171009 | 20170904 |
| 25129 | ? ? ? | ? ? ? | ref | gcc_-march=native_-mtune=native_-O2 | 20171009 | 20170904 |
| 25154 | ? ? ? | ? ? ? | ref | gcc_-funroll-loops_-march=native_-mtune=native_-O3 | 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 |