host.c File Reference
Host - Definition. More...
#include "host.h"#include "generic.h"#include <stdio.h>#include <intrin.h>Go to the source code of this file.
Defines | |
| #define | HAS_CPUID |
Functions | |
| char * | vl_static_configuration_to_string_copy () |
| Human readable static library configuration. | |
Detailed Description
Definition in file host.c.
Define Documentation
| #define HAS_CPUID |
Function Documentation
| char* vl_static_configuration_to_string_copy | ( | ) |
- Returns:
- a new string with the static configuration.
The string includes information about the compiler, the host, and other static configuration parameters. The string must be released by vl_free.
Definition at line 440 of file host.c.
References VL_COMPILER_GNUC, VL_COMPILER_ILP32, VL_COMPILER_LLP64, VL_COMPILER_LP64, VL_COMPILER_MSC, and vl_malloc().
Referenced by vl_configuration_to_string_copy().