mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
[X86] Move family 6 model 21 to 'pentium-m'. Near as I can tell this is a Dothan based SOC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233515 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e82327a6ab
commit
44f1dccd64
@ -301,6 +301,8 @@ StringRef sys::getHostCPUName() {
|
|||||||
case 9: // Intel Pentium M processor, Intel Celeron M processor model 09.
|
case 9: // Intel Pentium M processor, Intel Celeron M processor model 09.
|
||||||
case 13: // Intel Pentium M processor, Intel Celeron M processor, model
|
case 13: // Intel Pentium M processor, Intel Celeron M processor, model
|
||||||
// 0Dh. All processors are manufactured using the 90 nm process.
|
// 0Dh. All processors are manufactured using the 90 nm process.
|
||||||
|
case 21: // Intel EP80579 Integrated Processor and Intel EP80579
|
||||||
|
// Integrated Processor with Intel QuickAssist Technology
|
||||||
return "pentium-m";
|
return "pentium-m";
|
||||||
|
|
||||||
case 14: // Intel Core Duo processor, Intel Core Solo processor, model
|
case 14: // Intel Core Duo processor, Intel Core Solo processor, model
|
||||||
|
Loading…
Reference in New Issue
Block a user