mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +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
|
|
@ -27,10 +27,6 @@
|
|||
# // x86 CPU family implementations
|
||||
extern void zero_vert_normal_bulk_SSE(const dsize_t count, U8 * __restrict const outPtr, const dsize_t outStride);
|
||||
#
|
||||
#elif defined(TORQUE_CPU_PPC)
|
||||
# // PPC CPU family implementations
|
||||
extern void zero_vert_normal_bulk_gccvec(const dsize_t count, U8 * __restrict const outPtr, const dsize_t outStride);
|
||||
#
|
||||
#else
|
||||
# // Other CPU types go here...
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue