fcml  1.2.2
Macros | Functions
fcml_intel_dialect.h File Reference

Intel dialect implementation. More...

#include "fcml_lib_export.h"
#include "fcml_errors.h"
#include "fcml_dialect.h"
Include dependency graph for fcml_intel_dialect.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Intel dialect implementation.

Macro Definition Documentation

◆ FCML_INTEL_DIALECT_CF_DEFAULT

#define FCML_INTEL_DIALECT_CF_DEFAULT   0

Default combination of the configuration flags.

Function Documentation

◆ fcml_fn_dialect_init_intel()

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.

Parameters
config_flagsConfiguration flags dedicated to the dialect.
[out]dialectPrepared dialect instance.
Returns
Error code or FCML_CEH_GEC_NO_ERROR.
See also
fcml_fn_dialect_free