Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
12458e47
Commit
12458e47
authored
Apr 11, 2008
by
Michael Beck
Browse files
nocona is a Pentium 4 variant
[r19250]
parent
dffc45a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_architecture.c
View file @
12458e47
...
...
@@ -133,12 +133,19 @@ static const lc_opt_enum_int_items_t arch_items[] = {
{
"pentium4"
,
arch_pentium_4
,
},
{
"p4"
,
arch_pentium_4
,
},
{
"prescott"
,
arch_pentium_4
,
},
{
"nocona"
,
arch_pentium_4
,
},
{
"pentiumm"
,
arch_pentium_m
,
},
{
"pm"
,
arch_pentium_m
,
},
/*
* core CPUs: Yonah
*/
{
"core"
,
arch_core
,
},
{
"yonah"
,
arch_core
,
},
/*
* core2 CPUs: Conroe (XE, L), Allendale, Merom (XE),
* Kentsfield (XE), Yorkfield XE, Penryn, Wolfdale, Yorkfield
*/
{
"merom"
,
arch_core2
,
},
{
"nocona"
,
arch_core2
,
},
{
"core2"
,
arch_core2
,
},
{
"k6"
,
arch_k6
,
},
{
"k6-2"
,
arch_k6_2
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment