Removed the unneeded PPC And Altivec elements, and removed the LOCBUILD flag

This commit is contained in:
Areloch 2017-04-09 23:26:35 -05:00
parent 7f735cae2e
commit 87283640b7
6 changed files with 1 additions and 119 deletions

View file

@ -122,7 +122,6 @@ enum ProcessorProperties
CPU_PROP_MP = (1<<11), ///< This is a multi-processor system.
CPU_PROP_LE = (1<<12), ///< This processor is LITTLE ENDIAN.
CPU_PROP_64bit = (1<<13), ///< This processor is 64-bit capable
CPU_PROP_ALTIVEC = (1<<14), ///< Supports AltiVec instruction set extension (PPC only).
};
/// Processor info manager.