Skip to content

missing CPUID entry for Core2 Quad #3582

@edwintorok

Description

@edwintorok
Bugzilla Link 3210
Resolution FIXED
Resolved on Jan 05, 2009 02:45
Version unspecified
OS Linux
CC @asl

Extended Description

In X86Subtarget.cpp:

case 6:
switch (Model) {
case 1: return "pentiumpro";
case 3:
case 5:
case 6: return "pentium2";
case 7:
case 8:
case 10:
case 11: return "pentium3";
case 9:
case 13: return "pentium-m";
case 14: return "yonah";
case 15: return "core2";
default: return "i686";
}

My CPU is:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz
stepping : 7

So it will go to i686 instead of core2.

I think more models should be added there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzilla

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions