Changes

Jump to: navigation, search

SIMD/Operations

336 bytes added, 17:19, 2 May 2014
Arithmetic operations
For video codecs, having support for the [[SIMD/Uses/SAD |SAD]] operation on integer vector types can be very useful.
 
Min, Max (clamping) is useful for every data type.
 
Averaging. SSE2 only seems to have operations for averaging unsigned 8 and 16 bit integers, which may indicate what's considered useful.
 
Where applicable, all operations should have the option to supply a scalar argument, which is automatically expanded to vector form and applied.
== Logical operations ==
51
edits

Navigation menu