15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX512_FLOORREG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX512_FLOORREG_H__ 20 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/FloorReg.h> 35 static IPSDK_FORCEINLINE
44 static IPSDK_FORCEINLINE
49 out = _mm512_roundscale_ps(in, _MM_FROUND_TO_NEG_INF | _MM_FROUND_NO_EXC);
58 static IPSDK_FORCEINLINE
67 static IPSDK_FORCEINLINE
72 out = _mm512_roundscale_pd(in, _MM_FROUND_TO_NEG_INF | _MM_FROUND_NO_EXC);
83 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX512_FLOORREG_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
template structure which is specialized to implement the computation of value rounded to closest even...
Definition: FloorReg.h:36
(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
Definition of import/export macro for library.
float ipReal32
Base types definition.
Definition: BaseTypes.h:56
structure used to retrieve AVX512 type associated to a base type
Definition: Avx512Types.h:36