IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
bitwiseCast.h File Reference

bitwiseCast function; casts a Pack<instructionSet, TIn> to a Pack<instructionSet, TOut>, leaving all the bits unchanged (TIn and TOut must have the same size) More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/detail/BitwiseCastPack.h>

Go to the source code of this file.

Namespaces

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

Functions

template<eInstructionSet::domain instructionSet, typename TOut , class PackIn >
IPSDK_FORCEINLINE ipsdk::simd::IS2Pack< instructionSet, TOut >::Type ipsdk::simd::bitwiseCast (const PackIn &in)
 casts from PackIn type to PackOut type, leaving all the bits unchanged (TIn and TOut must have the same size) More...
 
template<eInstructionSet::domain instructionSet, class PackIn , class PackOut >
IPSDK_FORCEINLINE void ipsdk::simd::bitwiseCast (const PackIn &in, PackOut &out)
 casts from PackIn type to PackOut type, leaving all the bits unchanged (TIn and TOut must have the same size) More...
 

Detailed Description

bitwiseCast function; casts a Pack<instructionSet, TIn> to a Pack<instructionSet, TOut>, leaving all the bits unchanged (TIn and TOut must have the same size)

Author
H. Delestre
Date
2014/02/25