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
499d481d
Commit
499d481d
authored
Nov 10, 2012
by
Christoph Mallon
Browse files
Claim that AMD family 12h, 14h and 15h are K10.
parent
09e2cdd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_architecture.c
View file @
499d481d
...
...
@@ -713,6 +713,9 @@ static cpu_arch_features auto_detect_AMD(x86_cpu_info_t const *info)
break
;
case
0x10
:
case
0x11
:
/* AMD Family 11h */
case
0x12
:
/* AMD Family 12h */
case
0x14
:
/* AMD Family 14h */
case
0x15
:
/* AMD Family 15h */
auto_arch
=
cpu_k10_generic
;
break
;
default:
...
...
Write
Preview
Supports
Markdown
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