| app_name | compiler | option # | flags | time(s) | Spd w.r.t orig | Spd w.r.t option 1 |
|---|
| miniqmc | armclang | 1 | -Ofast -mcpu=native -fno-vectorize -armpl | 0.74 | 0.96 | 1 |
| miniqmc | armclang | 2 | -Ofast -mcpu=native -armpl | 0.71 | 1 | 1.05 |
| miniqmc | armclang | 3 | -O3 -mcpu=native -fno-vectorize -armpl | 0.71 | 1 | 1.05 |
| miniqmc | armclang | 4 | -O3 -mcpu=native -armpl | 0.71 | 1 | 1.05 |
| miniqmc | armclang | 5 | -O2 -mcpu=native -fno-vectorize -armpl | 0.75 | 0.95 | 1 |
| miniqmc | armclang | 6 | -O2 -mcpu=native -armpl | 0.71 | 1 | 1.04 |
| miniqmc | gcc | 1 | -Ofast -mcpu=native -fno-tree-vectorize -fno-openmp-simd -larmpl -funroll-loops | 0.98 | 0.73 | 0.76 |
| miniqmc | gcc | 2 | -Ofast -mcpu=native -larmpl -funroll-loops | 0.96 | 0.74 | 0.78 |
| miniqmc | gcc | 3 | -O3 -mcpu=native -fno-tree-vectorize -fno-openmp-simd -larmpl -funroll-loops | 0.98 | 0.73 | 0.76 |
| miniqmc | gcc | 4 | -O3 -mcpu=native -larmpl -funroll-loops | 0.96 | 0.74 | 0.78 |
| miniqmc | gcc | 5 | -O2 -mcpu=native -fno-tree-vectorize -fno-openmp-simd -larmpl -funroll-loops | 0.94 | 0.75 | 0.79 |
| miniqmc | gcc | 6 | -O2 -mcpu=native -larmpl -funroll-loops | 0.95 | 0.75 | 0.79 |