View previous topic :: View next topic |
Author |
Message |
riot n00b
Joined: 08 Jun 2024 Posts: 7
|
Posted: Sun Aug 04, 2024 6:44 pm Post subject: =march-x86-64-v3 on Intel 9700k in make.conf |
|
|
Is there any gains with using =march-x86-64-v3 over =march-native on a processor that supports x86-64-v3?
My make.conf looks like this now:
COMMON_FLAGS="-march=x86-64-v3 -mtune=native -O3 -pipe -flto" |
|
Back to top |
|
|
bstaletic Guru
Joined: 05 Apr 2014 Posts: 357
|
Posted: Sun Aug 04, 2024 7:38 pm Post subject: |
|
|
More than likely, you won't notice any difference.
But! If you stick to x86_64-v3 and stable packages, you can set up a binhost and save yourself a lot of compiling. |
|
Back to top |
|
|
|