mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 01:50:12 +01:00
gallium: Fix typo, PPC_FEATURE_HAS_ALTIVEC not PPC_FEATURES_...
This commit is contained in:
parent
0ac9945781
commit
86099bcd9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue