[llvm-commits] Detect Intel CPU family: 6 model number: 37 as Core i7

İsmail Dönmez ismail at namtrac.org
Sat Sep 18 13:47:20 PDT 2010


Hi;

On Sat, Sep 18, 2010 at 3:28 PM, İsmail Dönmez <ismail at namtrac.org> wrote:

> Hi Duncan;
>
> On Sat, Sep 18, 2010 at 11:18 AM, Duncan Sands <baldrick at free.fr> wrote:
> >
> > Hi İsmail,
> >
> > > I have a late MacBook Pro 2010 laptop, equipped with Core i7;
> >
> > I think it would be better to find the Intel docs that describe all of
> > their recent processors, and add them all in one fell swoop.  Otherwise
> > we will end up with a random list of models where someone happened to
> > notice that their machine was detected wrong.
>
> Indeed that would be good but their official document over at
> http://www.intel.com/Assets/PDF/appnote/241618.pdf does not mention
> all of the model numbers. It would be great if someone knows an
> updated document.
>

Ok I figured the correct numbers;

Extended model is 2, and model number is 5, hence (2<<4)+5 = 37. But the
document still has no match for this model.

Regards,
ismail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100918/47a322b7/attachment.html>


More information about the llvm-commits mailing list