Jim's GameDev Blog

SIMD

2017-7-6

SIMD Wiki

C++ - Getting started with SSE

MMX, SSE, SSE2 MSDN

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.