projects
/
platform
/
upstream
/
orc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36ad203
)
sse: fix flag generation
author
David Schleef
<ds@schleef.org>
Mon, 25 May 2009 22:30:59 +0000
(15:30 -0700)
committer
David Schleef
<ds@schleef.org>
Mon, 25 May 2009 22:30:59 +0000
(15:30 -0700)
orc/orcprogram-sse.c
patch
|
blob
|
history
diff --git
a/orc/orcprogram-sse.c
b/orc/orcprogram-sse.c
index
99ac222
..
6710754
100644
(file)
--- a/
orc/orcprogram-sse.c
+++ b/
orc/orcprogram-sse.c
@@
-63,9
+63,9
@@
orc_compiler_sse_get_default_flags (void)
flags |= ORC_TARGET_SSE_SHORT_JUMPS;
#if defined(HAVE_AMD64) || defined(HAVE_I386)
- flags = orc_sse_get_cpu_flags ();
+ flags
|
= orc_sse_get_cpu_flags ();
#else
- flags = ORC_TARGET_SSE_SSE2;
+ flags
|
= ORC_TARGET_SSE_SSE2;
flags |= ORC_TARGET_SSE_SSE3;
flags |= ORC_TARGET_SSE_SSSE3;
#endif