11#error "Never use <adxintrin.h> directly; include <immintrin.h> instead."
18#define __DEFAULT_FN_ATTRS \
19 __attribute__((__always_inline__, __nodebug__, __target__("adx")))
22#if defined(__cplusplus)
23#define __INLINE __inline
25#define __INLINE static __inline
28#if defined(__cplusplus)
61 return __builtin_ia32_addcarryx_u32(__cf, __x,
__y,
__p);
89_addcarryx_u64(
unsigned char __cf,
unsigned long long __x,
90 unsigned long long __y,
unsigned long long *
__p) {
91 return __builtin_ia32_addcarryx_u64(__cf, __x,
__y,
__p);
95#if defined(__cplusplus)
100#undef __DEFAULT_FN_ATTRS
#define __DEFAULT_FN_ATTRS
__INLINE unsigned char __DEFAULT_FN_ATTRS _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, unsigned int *__p)
Adds unsigned 32-bit integers __x and __y, plus 0 or 1 as indicated by the carry flag __cf.
static __inline__ uint32_t volatile uint32_t * __p
static __inline__ uint32_t uint32_t __y