IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Static Public Member Functions | List of all members
ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx512, ipUInt32, TOut, typename boost::enable_if_c< sizeof(TOut)==8 &&boost::is_integral< TOut >::value >::type > Struct Template Reference

specialization of CastReg for AVX512 instructionSet; input of type uint32, output of type int64 or uint64 More...

#include <CastReg.h>

Static Public Member Functions

static IPSDK_FORCEINLINE void act (const Avx512Type< ipUInt32 >::Type &in, typename Avx512Type< TOut >::Type &outl, typename Avx512Type< TOut >::Type &outh)
 

Detailed Description

template<typename TOut>
struct ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx512, ipUInt32, TOut, typename boost::enable_if_c< sizeof(TOut)==8 &&boost::is_integral< TOut >::value >::type >

specialization of CastReg for AVX512 instructionSet; input of type uint32, output of type int64 or uint64


The documentation for this struct was generated from the following file: