IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Namespaces
ModuloReg.h File Reference

specialization of ipsdk::simd::detail::ModuloReg structure More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/RegType.h>
#include <IPSDKUtil/InstructionSet/RegMaskType.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/DivReg.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/FloorReg.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/MaxReg.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/MinReg.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/MulReg.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/SubReg.h>
#include <IPSDKUtil/InstructionSet/Logical/detail/IfElseReg.h>
#include <IPSDKUtil/InstructionSet/Comparison/detail/IsGreaterEqualReg.h>
#include <IPSDKUtil/InstructionSet/detail/AssignReg.h>
#include <IPSDKUtil/Tools/ForceInline.h>

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::ModuloReg< IS, T, typename boost::enable_if< typename boost::is_integral< T >::type >::type >
 ModuloReg template specialization for integers. More...
 
struct  ipsdk::simd::detail::ModuloReg< IS, T, typename boost::enable_if< typename boost::mpl::not_< typename boost::is_integral< T >::type >::type >::type >
 ModuloReg template specialization for real types. More...
 

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::simd
 Namespace agregating IPSDK SIMD routines and classes.
 

Detailed Description

specialization of ipsdk::simd::detail::ModuloReg structure

Author
H. Delestre
Date
2018/06/29