|
fcml 1.3.0
|
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. | |
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. | |
Intel dialect implementation.
| 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. |