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

declaration of specialized BitwiseAndReg structure for SSE2 instruction set More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/Logical/detail/BitwiseNotRegDecl.h>
#include <IPSDKUtil/InstructionSet/SSE2/Sse2Types.h>
#include <IPSDKUtil/Tools/ForceInline.h>
#include <boost/type_traits/is_integral.hpp>
#include <boost/utility/enable_if.hpp>

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::BitwiseNotReg< eInstructionSet::eIS_Sse2, T, typename boost::enable_if_c< boost::is_integral< T >::value >::type >
 specialization of BitwiseNotReg structure for SSE2 instruction set on integral types More...
 
struct  ipsdk::simd::detail::BitwiseNotReg< eInstructionSet::eIS_Sse2, ipReal32 >
 specialization of BitwiseNotReg structure for SSE2 instruction set on type ipReal32 More...
 
struct  ipsdk::simd::detail::BitwiseNotReg< eInstructionSet::eIS_Sse2, ipReal64 >
 specialization of BitwiseNotReg structure for SSE2 instruction set on type ipReal64 More...
 

Namespaces

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

Detailed Description

declaration of specialized BitwiseAndReg structure for SSE2 instruction set

Author
H. Delestre
Date
2014/02/25