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
225580e8
Commit
225580e8
authored
Dec 06, 2010
by
Michael Beck
Browse files
Restored somehow lost AMD Family 11h support.
[r28183]
parent
6538813a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_architecture.c
View file @
225580e8
...
...
@@ -708,15 +708,16 @@ static cpu_support auto_detect_AMD(x86_cpu_info_t const *info) {
break
;
default:
/* unknown K7 */
auto_arch
=
arch_athlon
|
arch_feature_p6_insn
;
;
auto_arch
=
arch_athlon
|
arch_feature_p6_insn
;
break
;
}
break
;
case
0x0F
:
auto_arch
=
arch_k8
|
arch_feature_p6_insn
;
;
auto_arch
=
arch_k8
|
arch_feature_p6_insn
;
break
;
case
0x1F
:
auto_arch
=
arch_k10
|
arch_feature_p6_insn
;;
case
0x2F
:
/* AMD Family 11h */
auto_arch
=
arch_k10
|
arch_feature_p6_insn
;
break
;
default:
/* unknown */
...
...
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