clang
10.0.0git
|
Go to the source code of this file.
Macros | |
#define | __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("rdseed"))) |
Functions | |
static __inline__ int __DEFAULT_FN_ATTRS | _rdseed16_step (unsigned short *__p) |
static __inline__ int __DEFAULT_FN_ATTRS | _rdseed32_step (unsigned int *__p) |
#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("rdseed"))) |
Definition at line 18 of file rdseedintrin.h.
Referenced by _rdseed16_step(), and _rdseed32_step().
|
static |
Definition at line 21 of file rdseedintrin.h.
References __DEFAULT_FN_ATTRS.
|
static |
Definition at line 27 of file rdseedintrin.h.
References __DEFAULT_FN_ATTRS, and __p.