SIMD/Overview: Difference between revisions

 
Line 22: Line 22:


SIMD registers essentially contain vectors. SIMD instructions thus essentially are vector instructions. Awesome!
SIMD registers essentially contain vectors. SIMD instructions thus essentially are vector instructions. Awesome!
=== operations on packed data ===
To actually get something done with SIMD operations are needed that work on SIMD data types.
A list of typical operations is assembled on the [[SIMD/Operations |SIMD Operations]] page.


=== SIMD instruction sets ===
=== SIMD instruction sets ===
51

edits