|
LibSWIFFT
1.2.0
|
LibSWIFFT object internal C implementation. More...
#include "libswifft/swifft_common.h"

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_InitFftObject (swifft_fft_object_t *swifft_fft) |
| void SWIFFT_ISET_NAME() | SWIFFT_InitArithObject (swifft_arith_object_t *swifft_arith) |
| void SWIFFT_ISET_NAME() | SWIFFT_InitHashObject (swifft_hash_object_t *swifft_hash) |
| void SWIFFT_ISET_NAME() | SWIFFT_InitObject (swifft_object_t *swifft) |
LibSWIFFT object internal C implementation.
Implementation using the best instruction set available at build time.
| #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.
| #define SWIFFT_SUFFIX | ( | ) |
| void SWIFFT_ISET_NAME() SWIFFT_InitArithObject | ( | swifft_arith_object_t * | swifft_arith | ) |
| LIBSWIFFT_BEGIN_EXTERN_C void SWIFFT_ISET_NAME() SWIFFT_InitFftObject | ( | swifft_fft_object_t * | swifft_fft | ) |
| void SWIFFT_ISET_NAME() SWIFFT_InitHashObject | ( | swifft_hash_object_t * | swifft_hash | ) |
| void SWIFFT_ISET_NAME() SWIFFT_InitObject | ( | swifft_object_t * | swifft | ) |
1.8.13