gallium: Fix typo, PPC_FEATURE_HAS_ALTIVEC not PPC_FEATURES_...
This commit is contained in:
@@ -85,7 +85,7 @@ void _mesa_init_all_ppc_transform_asm( void )
|
||||
}
|
||||
|
||||
# ifndef USE_VMX_ASM
|
||||
_mesa_ppc_cpu_features &= ~PPC_FEATURES_HAS_ALTIVEC;
|
||||
_mesa_ppc_cpu_features &= ~PPC_FEATURE_HAS_ALTIVEC;
|
||||
# endif
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user