SIMD
2017-7-6
C++ - Getting started with SSE
Real-Time-Collision-Detection Chapter13.7 Parallelism Through SIMD Optimizations
IOS Hardware Guide -> Multimedia CoProcessing Unit : The iPhone/iPad main CPU is equipped with a powerful SIMD (Single Instruction, Multiple Data) coprocessor supporting either the VFP or the NEON architecture. The Unity iOS run-time takes advantage of these units for multiple tasks such as calculating skinned mesh transformations, geometry batching, audio processing and other calculation-intensive operations.