iMacmatician
Regular
Slashleaks has what is supposedly a leak of the A11:
Is it possible to estimate the approximate die size of the A11 from these pictures (assuming they are real), even with a large error margin?
The inner set of pads should correspond reasonably well with the die, seeing as those are the power and ground connections...
Thanks for the info.There's also a picture of the board this supposed A11 slots into https://pbs.twimg.com/media/DH_zYjxXUAEuRz4.jpg; screw hole placement is claimed to be consistent with theiPhone 7iPhone 7s Plus. So I guess some kind of estimate should be possible.
As pointed out in the Twitter replies, a mistral is a strong wind, so presumably this core is another evolution of the Cyclone line?Steve Troughton-Smith said:The A11 SoC core is 'Mistral'
Why don't mobile processors use SMT? I've been waiting for years, and it just isn't happening.
Any particular reason why, or is it more like, there's no genuine need for it?
Any particular reason why, or is it more like, there's no genuine need for it?
Well, Apple's cores are already quite wide, 6-issue IIRC. Seeing as they tend to favor smaller SoCs over larger, I thought maybe it would be an easy solution to avoid having to drop in more cores...SMT makes the most sense when you already have a very wide CPU core.
Yeah, javascript... Is there a particular reason it doesn't scale across cores, or is it just that it was conceived at a time when there were only single-core computers and the overall design has been stuck since then?Nowadays I'd expect the Javascript engines in browsers and WebViews embedded in apps is where the biggest demand for high performance lies, - and those are strictly single threaded.
Why would SMT be power inefficient? It makes the core draw more power, but that doesn't automatically mean increased inefficiency.SMT and power efficiency are two opposing things and why we'll never see it in a proper mobile design.
The overhead is always greater than the performance gain, I don't think there's any case where SMT improves perf/W.Why would SMT be power inefficient? It makes the core draw more power, but that doesn't automatically mean increased inefficiency.
Yeah, javascript... Is there a particular reason it doesn't scale across cores, or is it just that it was conceived at a time when there were only single-core computers and the overall design has been stuck since then?
If so, is there any efforts at overhauling javascript in an age where CPUs are getting increasingly multi-cored (up to what now, 28 in skylake-X?) And, as cores go up, individual core performance/single-thread tends to go down, thus counterproductive to what javascript in current incarnation needs...