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
c720b457
Commit
c720b457
authored
Jul 30, 2008
by
Matthias Braun
Browse files
don't prefer 1 cpu architecture over another (and wonder why we don't construct inc/dec)
[r20796]
parent
857ea41e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_architecture.c
View file @
c720b457
...
...
@@ -125,7 +125,7 @@ enum cpu_support {
static
int
opt_size
=
0
;
static
cpu_support
arch
=
cpu_generic
;
static
cpu_support
opt_arch
=
cpu_
core2
;
static
cpu_support
opt_arch
=
cpu_
generic
;
static
int
use_sse2
=
0
;
static
int
opt_cc
=
1
;
static
int
opt_unsafe_floatconv
=
0
;
...
...
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