LibSWIFFT  1.2.0
Macros | Functions
swifft_object_iset.inl File Reference

LibSWIFFT object public C API expansion for instruction-sets. More...

This graph shows which files directly or indirectly include this file:

Macros

#define SWIFFT_SUFFIX()
 
#define SWIFFT_ISET_NAME(name)   LIBSWIFFT_CONCAT(name,SWIFFT_SUFFIX())
 Adds a suffix based on SWIFFT_ISET, a macro which must be defined prior to including. More...
 

Functions

LIBSWIFFT_BEGIN_EXTERN_C void SWIFFT_ISET_NAME() SWIFFT_InitObject (swifft_object_t *swifft)
 

Detailed Description

LibSWIFFT object public C API expansion for instruction-sets.

Same as swifft.h API but as function pointers.

Macro Definition Documentation

◆ SWIFFT_ISET_NAME

#define SWIFFT_ISET_NAME (   name)    LIBSWIFFT_CONCAT(name,SWIFFT_SUFFIX())

Adds a suffix based on SWIFFT_ISET, a macro which must be defined prior to including.

◆ SWIFFT_SUFFIX

#define SWIFFT_SUFFIX ( )

Function Documentation

◆ SWIFFT_InitObject()

LIBSWIFFT_BEGIN_EXTERN_C void SWIFFT_ISET_NAME() SWIFFT_InitObject ( swifft_object_t swifft)