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

specialization of ipsdk::simd::detail::SignedUnsignedSubtractReg and SignedUnsignedAddReg structures for AVX512 More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/InstructionSetTypes.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/SignedUnsignedOpReg.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/AVX512/AddReg.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/AVX512/SubReg.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/AVX512/UnaryMinusReg.h>
#include <IPSDKUtil/InstructionSet/Comparison/detail/AVX512/IsGreaterReg.h>
#include <IPSDKUtil/InstructionSet/Comparison/detail/AVX512/IsGreaterEqualReg.h>
#include <IPSDKUtil/InstructionSet/Comparison/detail/AVX512/IsLessReg.h>
#include <IPSDKUtil/InstructionSet/detail/AVX512/AssignRegDecl.h>
#include <IPSDKUtil/InstructionSet/Logical/detail/AVX512/BitwiseAndReg.h>
#include <IPSDKUtil/InstructionSet/Logical/detail/AVX512/BitwiseSelectReg.h>
#include <IPSDKUtil/InstructionSet/Logical/detail/AVX512/IfElseReg.h>
#include <IPSDKUtil/InstructionSet/AVX512/Avx512Types.h>
#include <IPSDKUtil/Tools/ForceInline.h>

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::SignedUnsignedSubtractReg< eInstructionSet::eIS_Avx512, T, false >
 SignedUnsignedSubtractReg template specialization for instruction set AVX512 and for unsigned integers. More...
 
struct  ipsdk::simd::detail::SignedUnsignedSubtractReg< eInstructionSet::eIS_Avx512, T, true >
 SignedUnsignedSubtractReg template specialization for instruction set AVX512 and for signed integers. More...
 
struct  ipsdk::simd::detail::SignedUnsignedAddReg< eInstructionSet::eIS_Avx512, T1, T2, false >
 SignedUnsignedAddReg template specialization for instruction set AVX512 and for unsigned integers. More...
 
struct  ipsdk::simd::detail::SignedUnsignedAddReg< eInstructionSet::eIS_Avx512, T1, T2, true >
 SignedUnsignedAddReg template specialization for instruction set AVX512 and for signed integers. More...
 

Namespaces

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

Detailed Description

specialization of ipsdk::simd::detail::SignedUnsignedSubtractReg and SignedUnsignedAddReg structures for AVX512

Author
H. Delestre
Date
2018/05/02