15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX512_SETIMPL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX512_SETIMPL_H__ 31 static IPSDK_FORCEINLINE
32 void act(T* buffer, T value,
ipUInt64 nbElts)
40 for(
ipUInt64 i=0; i<nbAlignedElts; i+=NbEltsPerReg<ePackType::ePT_Avx512, T>::Value)
43 for(
ipUInt64 i=nbAlignedElts; i<nbElts; ++i)
55 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX512_SETIMPL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
(including fundation and byte and word instructions)
Definition: InstructionSetTypes.h:51
Definition: NbEltsPerReg.h:28
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Definition of import/export macro for library.
unload function; unloads a pack into a memory buffer
Definition: UnloadReg.h:30
Definition: AssignRegDecl.h:31
structure used to retrieve AVX512 type associated to a base type
Definition: Avx512Types.h:36