projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a43cfd7
)
features weren
author
Josh Vanderhoof
<joshv@users.sourceforge.net>
Sat, 28 Aug 1999 01:38:54 +0000
(
01:38
+0000)
committer
Josh Vanderhoof
<joshv@users.sourceforge.net>
Sat, 28 Aug 1999 01:38:54 +0000
(
01:38
+0000)
src/mesa/x86/common_x86.c
patch
|
blob
|
history
diff --git
a/src/mesa/x86/common_x86.c
b/src/mesa/x86/common_x86.c
index b5dc202c3e158022b952cc7eb90442dfe0b0e5c4..ed258369299f0d86e819ff46dfe3fd372f4b6928 100644
(file)
--- a/
src/mesa/x86/common_x86.c
+++ b/
src/mesa/x86/common_x86.c
@@
-55,7
+55,7
@@
void gl_init_all_x86_asm (void)
if (s == NULL) {
fprintf (stderr, "MMX cpu detected.\n");
} else {
- gl_x86_cpu_features &= (
!
GL_CPU_MMX);
+ gl_x86_cpu_features &= (
~
GL_CPU_MMX);
}
}
#endif
@@
-68,7
+68,7
@@
void gl_init_all_x86_asm (void)
fprintf (stderr, "3Dnow cpu detected.\n");
gl_init_3dnow_asm_transforms ();
} else {
- gl_x86_cpu_features &= (
!
GL_CPU_3Dnow);
+ gl_x86_cpu_features &= (
~
GL_CPU_3Dnow);
}
}
#endif