clang API Documentation
Go to the source code of this file.
Defines | |
#define | _mm_sha1rnds4_epu32(V1, V2, M) |
Functions | |
static __inline__ __m128i | __attribute__ ((__always_inline__, __nodebug__)) _mm_sha1nexte_epu32(__m128i __X |
#define _mm_sha1rnds4_epu32 | ( | V1, | |
V2, | |||
M | |||
) |
__extension__ ({ \ __builtin_ia32_sha1rnds4((V1), (V2), (M)); })
Definition at line 35 of file shaintrin.h.
static __inline__ __m128i __attribute__ | ( | (__always_inline__, __nodebug__) | ) | [static] |