Changes

Jump to: navigation, search

SIMD/Operations

119 bytes added, 17:15, 2 May 2014
Arithmetic operations
Division on modern CPUs can be achieved much faster using reciprocal multiplication. However, for ease of programming it might still make sense to offer a direct division operation (if the divisor can be detected to be static, the JIT engine may still convert it to reciprocal multiplication for full speed).
 
For video codecs, having support for the [[SIMD/Uses/SAD |SAD]] operation on integer vector types can be very useful.
== Logical operations ==
51
edits

Navigation menu