#include "../SSEPlus_base.h"
Go to the source code of this file.
Functions | |
Native SSE4A Operations{ | |
SSP_FORCEINLINE __m128i | ssp_extract_si64_SSE4A (__m128i a, __m128i b) |
SSP_FORCEINLINE __m128i | ssp_extracti_si64_SSE4A (__m128i a, int len, int ndx) |
SSP_FORCEINLINE __m128i | ssp_insert_si64_SSE4A (__m128i a, __m128i b) |
SSP_FORCEINLINE __m128i | ssp_inserti_si64_SSE4A (__m128i a, __m128i b, int len, int ndx) |
SSP_FORCEINLINE void | ssp_stream_sd_SSE4A (double *dst, __m128d src) |
SSP_FORCEINLINE void | ssp_stream_ss_SSE4A (float *dst, __m128 src) |
SSP_FORCEINLINE unsigned short | ssp_lzcnt16_SSE4A (unsigned short val) |
SSP_FORCEINLINE unsigned int | ssp_lzcnt_SSE4A (unsigned int val) |
SSP_FORCEINLINE unsigned short | ssp_popcnt16_SSE4A (unsigned short val) |
SSP_FORCEINLINE unsigned int | ssp_popcnt_SSE4A (unsigned int val) |