#include "mm.h"
Go to the source code of this file.
Namespaces | |
namespace | gutz |
Defines | |
#define | str2vec4c str2vec4<char> |
#define | str2vec4uc str2vec4<uchar> |
#define | str2vec4b str2vec4<char> |
#define | str2vec4ub str2vec4<uchar> |
#define | str2vec4s str2vec4<short> |
#define | str2vec4us str2vec4<ushort> |
#define | str2vec4i str2vec4<int> |
#define | str2vec4ui str2vec4<uint> |
#define | str2vec4l str2vec4<long> |
#define | str2vec4ul str2vec4<ulong> |
#define | str2vec4ll str2vec4<llong> |
#define | str2vec4ull str2vec4<ullong> |
#define | str2vec4f str2vec4<float> |
#define | str2vec4d str2vec4<double> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|