linux - AMD 6 Core and compiling open-source projects -


i have been wanting build own box amd 6 core. have used intel based machines , frankly have not done open-source projects. want along systems programming worried if open-source projects (mainly linux based) going problem compile on amd?

how difficult porting (if needed) amd intel , vice-versa. thanks.

both amd , intel processors use x86 isa. don't compile specific processor, compile isa.

unless turn on specific flags (such -march) while compiling, binary built on 1 processor run on another.

to again, there no problem.

this not mean processors same. have different performance characteristics, support different motherboard chipsets, , have different feature sets (for instance, iommus or other advanced virtualization features). won't accessing things processor-internal performance registers in everyday life, don't worry it , whichever cpu right desired system configuration , price/performance point.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -