Modify ↓
Opened 10 years ago
Last modified 10 years ago
#337 new setup
Sherpa on Intel Sandy Bridge
Reported by: | Stefan Hoeche | Owned by: | support@sherpa-mc.de |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Unknown | Version: | |
Keywords: | Cc: |
Description
If you run gcc on machines with Intel Sandy Bridge processors, consider using one of the following optimization flags for Sherpa
-march=corei7-avx -march=core-avx2
Find out which instruction set the native architecture compilation would support with
gcc -march=native -Q --help=target
Attachments (0)
Change History (2)
comment:1 Changed 10 years ago by
Milestone: | rel-2.2.0 |
---|---|
Type: | defect → setup |
Version: | 2.1.1 |
comment:2 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
On a Haswell processor (i7-4600U) I don't see any difference between the default gcc settings and any of the following:
I'm running on Archlinux x86_64 with gcc 4.9.2... maybe the new gcc already picks that up automatically.