VecCore 0.8.1
C++ Library for Portable SIMD Vectorization
Loading...
Searching...
No Matches
Common.h File Reference
#include "CUDA.h"
#include "SIMD.h"
Include dependency graph for Common.h:

Go to the source code of this file.

Macros

#define VECCORE_FORCE_NOINLINE   __attribute__((noinline))
 
#define VECCORE_FORCE_INLINE   inline __attribute__((always_inline))
 

Macro Definition Documentation

◆ VECCORE_FORCE_INLINE

#define VECCORE_FORCE_INLINE   inline __attribute__((always_inline))

Definition at line 32 of file Common.h.

◆ VECCORE_FORCE_NOINLINE

#define VECCORE_FORCE_NOINLINE   __attribute__((noinline))

Definition at line 31 of file Common.h.