Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
blaze
math
intrinsics
DerivedTypes.h
Go to the documentation of this file.
1
//=================================================================================================
20
//=================================================================================================
21
22
#ifndef _BLAZE_MATH_INTRINSICS_DERIVEDTYPES_H_
23
#define _BLAZE_MATH_INTRINSICS_DERIVEDTYPES_H_
24
25
26
//*************************************************************************************************
27
// Includes
28
//*************************************************************************************************
29
30
#include <
blaze/math/intrinsics/IntrinsicTrait.h
>
31
#include <
blaze/system/SSE.h
>
32
33
34
namespace
blaze {
35
36
//=================================================================================================
37
//
38
// DERIVED INTRINSIC TYPES
39
//
40
//=================================================================================================
41
42
//*************************************************************************************************
46
typedef
IntrinsicTrait<short>::Type
sse_short_t
;
47
//*************************************************************************************************
48
49
50
//*************************************************************************************************
54
typedef
IntrinsicTrait<unsigned short>::Type
sse_ushort_t
;
55
//*************************************************************************************************
56
57
58
//*************************************************************************************************
62
typedef
IntrinsicTrait<int>::Type
sse_int_t
;
63
//*************************************************************************************************
64
65
66
//*************************************************************************************************
70
typedef
IntrinsicTrait<unsigned int>::Type
sse_uint_t
;
71
//*************************************************************************************************
72
73
74
//*************************************************************************************************
78
typedef
IntrinsicTrait<long>::Type
sse_long_t
;
79
//*************************************************************************************************
80
81
82
//*************************************************************************************************
86
typedef
IntrinsicTrait<unsigned long>::Type
sse_ulong_t
;
87
//*************************************************************************************************
88
89
}
// namespace blaze
90
91
#endif
Generated on Sun Jan 20 2013 08:14:37 by
1.8.3