sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
bmiintrin.h File Reference

Go to the source code of this file.

Macros

#define _tzcnt_u16(a)   (__tzcnt_u16((a)))
 
#define _andn_u32(a, b)   (__andn_u32((a), (b)))
 
#define _blsi_u32(a)   (__blsi_u32((a)))
 
#define _blsmsk_u32(a)   (__blsmsk_u32((a)))
 
#define _blsr_u32(a)   (__blsr_u32((a)))
 
#define _tzcnt_u32(a)   (__tzcnt_u32((a)))
 
#define __DEFAULT_FN_ATTRS   __attribute__((__always_inline__, __nodebug__, __target__("bmi")))
 
#define __RELAXED_FN_ATTRS   __attribute__((__always_inline__, __nodebug__))
 

Macro Definition Documentation

#define __DEFAULT_FN_ATTRS   __attribute__((__always_inline__, __nodebug__, __target__("bmi")))
#define __RELAXED_FN_ATTRS   __attribute__((__always_inline__, __nodebug__))
#define _andn_u32 (   a,
  b 
)    (__andn_u32((a), (b)))
#define _blsi_u32 (   a)    (__blsi_u32((a)))
#define _blsmsk_u32 (   a)    (__blsmsk_u32((a)))
#define _blsr_u32 (   a)    (__blsr_u32((a)))
#define _tzcnt_u16 (   a)    (__tzcnt_u16((a)))
#define _tzcnt_u32 (   a)    (__tzcnt_u32((a)))