mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 12:25:30 +00:00
Removed the unneeded PPC And Altivec elements, and removed the LOCBUILD flag
This commit is contained in:
parent
7f735cae2e
commit
87283640b7
6 changed files with 1 additions and 119 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue