|
LibSWIFFT
1.2.0
|
LibSWIFFT public C common definitions. More...

Go to the source code of this file.
Macros | |
| #define | LIBSWIFFT_QUOTE0(x) #x |
| #define | LIBSWIFFT_QUOTE(x) LIBSWIFFT_QUOTE0(x) |
| #define | LIBSWIFFT_CONCAT0(x1, x2) x1##x2 |
| #define | LIBSWIFFT_CONCAT(x1, x2) LIBSWIFFT_CONCAT0(x1,x2) |
| #define | LIBSWIFFT_INLINE inline __attribute__((always_inline)) |
| #define | LIBSWIFFT_BEGIN_EXTERN_C |
| #define | LIBSWIFFT_END_EXTERN_C |
| #define | LIBSWIFFT_STATIC_ASSERT(expr, iden) typedef char LIBSWIFFT_CONCAT(libswifft_static_assert_, iden)[(expr) ? 1 : -1] |
| #define | LIBSWIFFT_RESTRICT __restrict__ |
LibSWIFFT public C common definitions.
| #define LIBSWIFFT_BEGIN_EXTERN_C |
| #define LIBSWIFFT_CONCAT | ( | x1, | |
| x2 | |||
| ) | LIBSWIFFT_CONCAT0(x1,x2) |
| #define LIBSWIFFT_CONCAT0 | ( | x1, | |
| x2 | |||
| ) | x1##x2 |
| #define LIBSWIFFT_END_EXTERN_C |
| #define LIBSWIFFT_INLINE inline __attribute__((always_inline)) |
| #define LIBSWIFFT_QUOTE | ( | x | ) | LIBSWIFFT_QUOTE0(x) |
| #define LIBSWIFFT_QUOTE0 | ( | x | ) | #x |
| #define LIBSWIFFT_RESTRICT __restrict__ |
| #define LIBSWIFFT_STATIC_ASSERT | ( | expr, | |
| iden | |||
| ) | typedef char LIBSWIFFT_CONCAT(libswifft_static_assert_, iden)[(expr) ? 1 : -1] |
1.8.13