| 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 | 51.54 | 0.98 | 1 |
| miniqmc | armclang | 2 | -Ofast -mcpu=native -armpl | 50.28 | 1 | 1.03 |
| miniqmc | armclang | 3 | -O3 -mcpu=native -fno-vectorize -armpl | 50.28 | 1 | 1.03 |
| miniqmc | armclang | 4 | -O3 -mcpu=native -armpl | 50.25 | 1 | 1.03 |
| miniqmc | armclang | 5 | -O2 -mcpu=native -fno-vectorize -armpl | 51.82 | 0.97 | 1 |
| miniqmc | armclang | 6 | -O2 -mcpu=native -armpl | 50.47 | 1 | 1.03 |
| miniqmc | gcc | 1 | -Ofast -mcpu=native -fno-tree-vectorize -fno-openmp-simd -larmpl -funroll-loops | 67.17 | 0.75 | 0.77 |
| miniqmc | gcc | 2 | -Ofast -mcpu=native -larmpl -funroll-loops | 65.9 | 0.77 | 0.79 |
| miniqmc | gcc | 3 | -O3 -mcpu=native -fno-tree-vectorize -fno-openmp-simd -larmpl -funroll-loops | 67.18 | 0.75 | 0.77 |
| miniqmc | gcc | 4 | -O3 -mcpu=native -larmpl -funroll-loops | 65.88 | 0.77 | 0.79 |
| miniqmc | gcc | 5 | -O2 -mcpu=native -fno-tree-vectorize -fno-openmp-simd -larmpl -funroll-loops | 63.78 | 0.79 | 0.81 |
| miniqmc | gcc | 6 | -O2 -mcpu=native -larmpl -funroll-loops | 63.66 | 0.79 | 0.81 |