15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_LOGPACK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_LOGPACK_H__ 20 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/LogReg.h> 38 template <eInstructionSet::domain instructionSet, eInstructionSet::domain instructionSetFma,
typename TIn,
47 template <eInstructionSet::domain instructionSet, eInstructionSet::domain instructionSetFma>
65 UnaryPackOp<instructionSet, ipReal32, LogReg<instructionSet, instructionSetFma, ipReal32> >::act(
79 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_LOGPACK_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
BasePack class; defines a set of scalars (for instruction set "standard") or registers (for all other...
Definition of import/export macro for library.
Definition: UnaryPackOp.h:31
template structure which is specialized to implement the computation of natural logarithm on a scalar...
Definition: LogReg.h:40
float ipReal32
Base types definition.
Definition: BaseTypes.h:56