how does x64 support SMP

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
mjt0704
Posts: 2
Joined: Sun Jul 24, 2011 9:14 am

how does x64 support SMP

Post by mjt0704 »

I searched manuals of Intel and AMD, but I failed to find any useful knowledge on how SMP is supported by x64.

Any useful materials? Thank you all!
User avatar
bluemoon
Member
Member
Posts: 1761
Joined: Wed Dec 01, 2010 3:41 am
Location: Hong Kong

Re: how does x64 support SMP

Post by bluemoon »

It may be not very obvious but on intel manual there is a big section:
CHAPTER 8
MULTIPLE-PROCESSOR MANAGEMENT
mjt0704
Posts: 2
Joined: Sun Jul 24, 2011 9:14 am

Re: how does x64 support SMP

Post by mjt0704 »

Thanks! I found that later. I think the memory access model and cache coherency can show how x64 supports SMP.
bluemoon wrote:It may be not very obvious but on intel manual there is a big section:
CHAPTER 8
MULTIPLE-PROCESSOR MANAGEMENT
Post Reply