|
PFUNC 1.0
|
#include <pfunc/config.h>Go to the source code of this file.
Defines | |
| #define | ALIGN16 __attribute__((aligned(16))) |
| #define | ALIGN32 __attribute__((aligned(32))) |
| #define | ALIGN64 __attribute__((aligned(64))) |
| #define | ALIGN128 __attribute__((aligned(128))) |
| #define | PFUNC_INLINE inline |
OS: Linux, Darwin, AIX and Windows. Compiler: GNU, Intel, XLC and VS. Architecture: X86-based, PPC.
| #define ALIGN128 __attribute__((aligned(128))) |
| #define ALIGN16 __attribute__((aligned(16))) |
Define alignment policy for different OS types
| #define ALIGN32 __attribute__((aligned(32))) |
| #define ALIGN64 __attribute__((aligned(64))) |
| #define PFUNC_INLINE inline |
Get a definition of inline for the C compilers.
1.7.4