15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX512_CEILREG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX512_CEILREG_H__ 21 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/CeilReg.h> 24 #include "immintrin.h" 38 static IPSDK_FORCEINLINE
47 static IPSDK_FORCEINLINE
52 out = _mm512_roundscale_ps(in, _MM_FROUND_TO_POS_INF | _MM_FROUND_NO_EXC);
61 static IPSDK_FORCEINLINE
70 static IPSDK_FORCEINLINE
75 out = _mm512_roundscale_pd(in, _MM_FROUND_TO_POS_INF | _MM_FROUND_NO_EXC);
86 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX512_CEILREG_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
template structure which is specialized to implement the computation of value rounded to closest even...
Definition: CeilReg.h:36
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
(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
Predefined types for Avx512 instruction set management.
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