Om  1.0.0
A universal framework for multimedia simulation
Classes | Namespaces | Functions
omSIMDScalarInt16_8.h File Reference
#include "omMathConfig.h"
#include "omSIMDScalar.h"

Classes

class  om::math::SIMDScalar< Int16, 8 >
 A class representing a 8-component 16-bit signed-integer SIMD scalar. More...
 

Namespaces

 om
 The enclosing namespace for the entire Om library.
 
 om::math
 A namespace containing classes and functions that do fast math operations.
 

Functions

SIMDScalar< Int16, 8 > om::math::abs (const SIMDScalar< Int16, 8 > &scalar)
 Compute the absolute value of each component of the specified SIMD scalar and return the result. More...
 
SIMDScalar< Int16, 8 > om::math::min (const SIMDScalar< Int16, 8 > &scalar1, const SIMDScalar< Int16, 8 > &scalar2)
 Compute the minimum of each component of the specified SIMD scalars and return the result. More...
 
SIMDScalar< Int16, 8 > om::math::max (const SIMDScalar< Int16, 8 > &scalar1, const SIMDScalar< Int16, 8 > &scalar2)
 Compute the maximum of each component of the specified SIMD scalars and return the result. More...
 
SIMDScalar< Int16, 8 > om::math::select (const SIMDScalar< Int16, 8 > &selector, const SIMDScalar< Int16, 8 > &scalar1, const SIMDScalar< Int16, 8 > &scalar2)
 Select elements from the first SIMD scalar if the selector is TRUE, otherwise from the second. More...