Function Macro

GandivaVERSION_CHECK

Declaration [src]

#define GGANDIVA_VERSION_CHECK (
  major,
  minor,
  micro
)

Description [src]

You can use this macro in C pre-processor.

Available since:1.0.0
This function is not directly available to language bindings

Parameters

major -
 

A major version to check for.

minor -
 

A minor version to check for.

micro -
 

A micro version to check for.