Hi Experts,
Which factor in processor decides whether it can be used in multi-core or not ?
Like as per my understanding A8 is used in single core whereas A9 is used in multi core. So which distinctive feature in A9 favors the multi core application ?
Hi,
I'd say... Hardware support for maintaining cache coherency (between the L1 data caches of the individual cores) is the main feature MPcores have, that earlier single core designs (like A8) lack. Hope that helps.
Thanks Mark.