projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ac9945
)
gallium: Fix typo, PPC_FEATURE_HAS_ALTIVEC not PPC_FEATURES_...
author
Michel Dänzer
<michel@tungstengraphics.com>
Thu, 23 Oct 2008 08:26:19 +0000
(10:26 +0200)
committer
Michel Dänzer
<michel@tungstengraphics.com>
Thu, 23 Oct 2008 08:26:19 +0000
(10:26 +0200)
src/mesa/ppc/common_ppc.c
patch
|
blob
|
history
diff --git
a/src/mesa/ppc/common_ppc.c
b/src/mesa/ppc/common_ppc.c
index 786e1817acf4698d848633dd7b4d87aba3e295f4..c7cec96e5d51c506611df975e45b6528068c186f 100644
(file)
--- a/
src/mesa/ppc/common_ppc.c
+++ b/
src/mesa/ppc/common_ppc.c
@@
-85,7
+85,7
@@
void _mesa_init_all_ppc_transform_asm( void )
}
# ifndef USE_VMX_ASM
- _mesa_ppc_cpu_features &= ~PPC_FEATURE
S
_HAS_ALTIVEC;
+ _mesa_ppc_cpu_features &= ~PPC_FEATURE_HAS_ALTIVEC;
# endif
#endif
}