#ifndef __IMMINTRIN_H
#error "Never use <rtmintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef __RTMINTRIN_H
#define __RTMINTRIN_H
#define _XBEGIN_STARTED …
#define _XABORT_EXPLICIT …
#define _XABORT_RETRY …
#define _XABORT_CONFLICT …
#define _XABORT_CAPACITY …
#define _XABORT_DEBUG …
#define _XABORT_NESTED …
#define _XABORT_CODE(x) …
#define __DEFAULT_FN_ATTRS …
static __inline__ unsigned int __DEFAULT_FN_ATTRS
_xbegin(void)
{ … }
static __inline__ void __DEFAULT_FN_ATTRS
_xend(void)
{ … }
#define _xabort(imm) …
#undef __DEFAULT_FN_ATTRS
#endif