Main MRPT website > C++ reference for MRPT 1.9.9
Macros
SSE_macros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BUILD_128BIT_CONST( _name, B0, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15)
 

Macro Definition Documentation

◆ BUILD_128BIT_CONST

#define BUILD_128BIT_CONST (   _name,
  B0,
  B1,
  B2,
  B3,
  B4,
  B5,
  B6,
  B7,
  B8,
  B9,
  B10,
  B11,
  B12,
  B13,
  B14,
  B15 
)
Value:
alignas(MRPT_MAX_ALIGN_BYTES) const unsigned long long _name[2] = { \
0x##B7##B6##B5##B4##B3##B2##B1##B0##ull, \
0x##B15##B14##B13##B12##B11##B10##B9##B8##ull};

Definition at line 13 of file SSE_macros.h.

MRPT_MAX_ALIGN_BYTES
#define MRPT_MAX_ALIGN_BYTES
Definition: aligned_allocator.h:21
x
GLenum GLint x
Definition: glext.h:3538



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST