ROOT  6.06/09
Reference Guide
Macros
macros.h File Reference
#include "../common/macros.h"
+ Include dependency graph for macros.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _M128   __m128
 
#define _M128I   __m128i
 
#define _M128D   __m128d
 
#define STORE_VECTOR(type, name, vec)
 

Macro Definition Documentation

#define _M128   __m128
#define _M128D   __m128d

Definition at line 35 of file macros.h.

#define _M128I   __m128i
#define STORE_VECTOR (   type,
  name,
  vec 
)
Value:
union { __m128i p; type v[16 / sizeof(type)]; } CAT(u, __LINE__); \
_mm_store_si128(&CAT(u, __LINE__).p, vec); \
const type *const name = &CAT(u, __LINE__).v[0]
#define CAT(a, b)
Definition: macros.h:281
SVector< double, 2 > v
Definition: Dict.h:5
int type
Definition: TGX11.cxx:120
#define name(a, b)
Definition: linkTestLib0.cpp:5

Definition at line 38 of file macros.h.