
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) MRPT_ALIGN16 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 }; |
| #define BUILD_128BIT_CONST | ( | _name, | |
| B0, | |||
| B1, | |||
| B2, | |||
| B3, | |||
| B4, | |||
| B5, | |||
| B6, | |||
| B7, | |||
| B8, | |||
| B9, | |||
| B10, | |||
| B11, | |||
| B12, | |||
| B13, | |||
| B14, | |||
| B15 | |||
| ) | MRPT_ALIGN16 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 14 of file SSE_macros.h.
Referenced by private_image_SSSE3_rgb_or_bgr_to_gray_8u().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at lun oct 28 01:39:17 CET 2019 |