fcml
1.2.2
|
Intel dialect implementation. More...
Go to the source code of this file.
Macros | |
#define | FCML_INTEL_DIALECT_CF_DEFAULT 0 |
Default combination of the configuration flags. More... | |
Functions | |
LIB_EXPORT fcml_ceh_error LIB_CALL | fcml_fn_dialect_init_intel (fcml_uint32_t config_flags, fcml_st_dialect **dialect) |
Initializes Intel dialect. More... | |
Intel dialect implementation.
#define FCML_INTEL_DIALECT_CF_DEFAULT 0 |
Default combination of the configuration flags.
LIB_EXPORT fcml_ceh_error LIB_CALL fcml_fn_dialect_init_intel | ( | fcml_uint32_t | config_flags, |
fcml_st_dialect ** | dialect | ||
) |
Initializes Intel dialect.
Prepares new instance of Intel dialect for given set of configuration flags. Every dialect has to be freed using fcml_fn_dialect_free() function.
config_flags | Configuration flags dedicated to the dialect. | |
[out] | dialect | Prepared dialect instance. |