clang  3.9.0
Macros | Functions
rdseedintrin.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define __DEFAULT_FN_ATTRS   __attribute__((__always_inline__, __nodebug__, __target__("rdseed")))

Definition at line 32 of file rdseedintrin.h.

Function Documentation

static __inline__ int __DEFAULT_FN_ATTRS _rdseed16_step ( unsigned short *  __p)
static

Definition at line 35 of file rdseedintrin.h.

static __inline__ int __DEFAULT_FN_ATTRS _rdseed32_step ( unsigned int *  __p)
static

Definition at line 41 of file rdseedintrin.h.