15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ISFLOATINTEGRAL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ISFLOATINTEGRAL_H__ 31 template <eInstructionSet::domain instructionSet,
class PackT>
34 isFloatIntegral(
const PackT& in)
38 return detail::IsFloatIntegralPack<instructionSet, T>::act(in);
42 template <eInstructionSet::domain instructionSet,
class PackT>
45 isFloatIntegral(
const PackT& in, PackT& out)
48 detail::IsFloatIntegralPack<instructionSet, T>::act(in, out);
57 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ISFLOATINTEGRAL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.