15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_SINPACK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_SINPACK_H__ 21 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/SinReg.h> 38 template <eInstructionSet::domain instructionSet, eInstructionSet::domain instructionSetFma,
typename TIn,
47 template <eInstructionSet::domain instructionSet, eInstructionSet::domain instructionSetFma>
65 UnaryPackOp<instructionSet, ipReal32, SinReg<instructionSet, instructionSetFma, ipReal32> >::act(
79 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_SINPACK_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Predefined types associated to instruction set management.
Definition of import/export macro for library.
template structure which is specialized to implement the computation of sine on a scalar or a registe...
Definition: SinReg.h:40
Definition: UnaryPackOp.h:31
float ipReal32
Base types definition.
Definition: BaseTypes.h:56