Nikola
Nikola

Reputation: 13

Hyperthreading & Multi-core when compiling

if I have a processor Pentium4 (Celeron-D) with "SMT (Hyperthreading) scheduler support" do I need to "Multi-core scheduler support" when compiling.

Upvotes: 1

Views: 799

Answers (1)

unexpectedvalue
unexpectedvalue

Reputation: 6139

No, if you have an Intel Hyperthreaded CPU and you have HT enbaled in BIOS, you only need:

[ * ] Symmetric multi-processing support
[ * ] SMT (Hyperthreading) scheduler support

Upvotes: 2

Related Questions