15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_COSPACK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_COSPACK_H__ 21 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/CosReg.h> 38 template <eInstructionSet::domain instructionSet, eInstructionSet::domain instructionSetFma,
typename TIn,
47 template <eInstructionSet::domain instructionSet, eInstructionSet::domain instructionSetFma>
65 UnaryPackOp<instructionSet, ipReal32, CosReg<instructionSet, instructionSetFma, ipReal32> >::act(
79 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_COSPACK_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.
Definition: UnaryPackOp.h:31
template structure which is specialized to implement the computation of cosine on a scalar or a regis...
Definition: CosReg.h:39
float ipReal32
Base types definition.
Definition: BaseTypes.h:56