15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX512_NORMALRANDOMPACK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX512_NORMALRANDOMPACK_H__ 32 template <eInstructionSet::domain ISFma>
47 rMean, rSigma, rUnifRand1._val[0], rUnifRand2._val[0], rOut1, rOut2);
52 rMean, rSigma, rUnifRand1._val[1], rUnifRand2._val[1], rOut1, rOut2);
57 rMean, rSigma, rUnifRand1._val[2], rUnifRand2._val[2], rOut1, rOut2);
62 rMean, rSigma, rUnifRand1._val[3], rUnifRand2._val[3], rOut1, rOut2);
68 template <eInstructionSet::domain ISFma,
typename T>
70 typename boost::enable_if_c<boost::is_integral<T>::value>::type>
84 rMean, rSigma, rUnifRand1._val[0], rUnifRand2._val[0], rOut1, rOut2);
99 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX512_NORMALRANDOMPACK_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: NormalRandomReg.h:42
saturated round function; returns the round values of the elements of a pack
(including fundation and byte and word instructions)
Definition: InstructionSetTypes.h:51
BasePack class; defines a set of scalars (for instruction set "standard") or registers (for all other...
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
NormalRandomPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> structure...
Definition of import/export macro for library.
Definition: BasePack.h:37
Definition: NormalRandomPack.h:34
float ipReal32
Base types definition.
Definition: BaseTypes.h:56
Definition: SaturatedRoundPack.h:43
structure containing intrinsic registers used to store vectorized data
Definition: BasePackDecl.h:29