Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intel TBB will work on AMD processors? [duplicate]

Possible Duplicate:
AMD multi-core programming

Is Intel TBB processor dependent? Will it work on amd or on ARM (under meeGo for example?)

like image 362
Rella Avatar asked Jun 21 '11 15:06

Rella


People also ask

Can AMD run the same programs as Intel?

Software compatibility between AMD and Intel processors is near 100%. The biggest class of software that won't run on AMD systems is utility and information software designed specifically for Intel motherboards and processors. Of course with an AMD system you have no use for such.

What happens if you put an AMD CPU in an Intel motherboard?

If you were try try and force an AMD processor into an Intel socket you would simply end up with a slew of bent and twisted pins, a useless processor, and a useless motherboard.

Why AMD is Intels only competitor?

Industry Giants Compete For much of its history, AMD has been the persistent underdog to Intel in the semiconductor space. Intel has tended to dominate all sectors of the CPU market, including high-end performance processors. AMD focused on lower-cost, budget-friendly middle- and low-range chipsets.

Is AMD affected by meltdown?

Affected hardware The Meltdown vulnerability primarily affects Intel microprocessors, but the ARM Cortex-A75 and IBM's Power microprocessors are also affected. The vulnerability does not affect AMD microprocessors.


1 Answers

No, it is not processor dependent. It is just a C++ library so as long as the compiler you are using is capable of compiling it you should be fine. From the FAQ of the website you linked to:

What compilers, operating systems and processors are supported?

The project is dedicated to supporting all compilers, all OSes and all processors as a cornerstone objective of the project. Up to date information on status is available on the web site.

Edit: Poking around a little more it looks like people are having problems getting it working on ARM processors, but nothing that should be insurmountable.

like image 55
stonemetal Avatar answered Sep 20 '22 17:09

stonemetal