Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

newbia looking for proper subarch


lizbeth

Question

lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    2
Core(s) per socket:    2
Socket(s):             1
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 61
Model name:            Intel(R) Core(TM) i3-5010U CPU @ 2.10GHz
Stepping:              4
CPU MHz:               2099.917
CPU max MHz:           2100.0000
CPU min MHz:           500.0000
BogoMIPS:              4191.53
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              3072K
NUMA node0 CPU(s):     0-3

this is the 5th gen i3 processor and looking on this page it appears you dont support this system, is that right?

http://www.funtoo.org/Subarches

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Right; Haswell are the 4xxxx , Broadwell  5xxxx then you must select for broadwell or for "native" (with native gcc will load the cpu instructions; sometimes with new stepping could be enabled other instruction:

for example the 4770K is unlock; the 4771 is locked (not overclockable but with a coouple of instruction for virtualization or power consumption.) So .... I'm for the use of "native".

I use the -march=native in my make.conf and also for the kernel.

# euse -E experimental -p sys-kernel/gentoo-sources
# emerge gentoo-sources 

Then in "processor types & features" there will be the option to choice Processor family; 

You can select broadwell or "native".

 

The USE flag "experimental" enabled for gentoo-sources will give to you to select also the BFQ Scheduler.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...