mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 21:10:32 +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
|
|
@ -66,12 +66,6 @@ MODULE_BEGIN( TSMeshIntrinsics )
|
|||
zero_vert_normal_bulk = zero_vert_normal_bulk_SSE;
|
||||
#endif
|
||||
}
|
||||
else if(Platform::SystemInfo.processor.properties & CPU_PROP_ALTIVEC)
|
||||
{
|
||||
#if defined(TORQUE_CPU_PPC)
|
||||
zero_vert_normal_bulk = zero_vert_normal_bulk_gccvec;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
MODULE_END;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue