35 #ifndef _BLAZE_MATH_SIMD_DERIVEDTYPES_H_ 36 #define _BLAZE_MATH_SIMD_DERIVEDTYPES_H_ SIMDTrait< wchar_t >::Type SIMDwchar
The SIMD data type for 'wchar_t'.
Definition: DerivedTypes.h:83
SIMDTrait< complex< unsigned char > >::Type SIMDcuchar
The SIMD data type for 'complex<unsigned char>'.
Definition: DerivedTypes.h:107
SIMDTrait< int >::Type SIMDint
The SIMD data type for 'int'.
Definition: DerivedTypes.h:155
SIMDTrait< complex< long > >::Type SIMDclong
The SIMD data type for 'complex<long int>'.
Definition: DerivedTypes.h:203
SIMDTrait< unsigned long >::Type SIMDulong
The SIMD data type for 'unsigned long int'.
Definition: DerivedTypes.h:195
SIMDTrait< complex< unsigned short > >::Type SIMDcushort
The SIMD data type for 'complex<unsigned short>'.
Definition: DerivedTypes.h:147
SIMDTrait< unsigned short >::Type SIMDushort
The SIMD data type for 'unsigned short'.
Definition: DerivedTypes.h:131
SIMDTrait< complex< char > >::Type SIMDcchar
The SIMD data type for 'complex<char>'.
Definition: DerivedTypes.h:91
Header file for the SIMD trait.
SIMDTrait< signed char >::Type SIMDschar
The SIMD data type for 'signed char'.
Definition: DerivedTypes.h:67
SIMDTrait< complex< int > >::Type SIMDcint
The SIMD data type for 'complex<int>'.
Definition: DerivedTypes.h:171
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
SIMDTrait< unsigned int >::Type SIMDuint
The SIMD data type for 'unsigned int'.
Definition: DerivedTypes.h:163
SIMDTrait< short >::Type SIMDshort
The SIMD data type for 'short'.
Definition: DerivedTypes.h:123
SIMDTrait< complex< short > >::Type SIMDcshort
The SIMD data type for 'complex<short>'.
Definition: DerivedTypes.h:139
SIMDTrait< complex< signed char > >::Type SIMDcschar
The SIMD data type for 'complex<signed char>'.
Definition: DerivedTypes.h:99
SIMDTrait< unsigned char >::Type SIMDuchar
The SIMD data type for 'unsigned char'.
Definition: DerivedTypes.h:75
SIMDTrait< complex< unsigned int > >::Type SIMDcuint
The SIMD data type for 'complex<unsigned int>'.
Definition: DerivedTypes.h:179
SIMDTrait< complex< wchar_t > >::Type SIMDcwchar
The SIMD data type for 'complex<wchar_t>'.
Definition: DerivedTypes.h:115
SIMD characteristics of data types.The SIMDTrait class template provides the SIMD characteristics of ...
Definition: SIMDTrait.h:296
System settings for the SSE mode.
SIMDTrait< long >::Type SIMDlong
The SIMD data type for 'long int'.
Definition: DerivedTypes.h:187
SIMDTrait< char >::Type SIMDchar
The SIMD data type for 'char'.
Definition: DerivedTypes.h:59
SIMDTrait< complex< unsigned long > >::Type SIMDculong
The SIMD data type for 'complex<unsigned long int>'.
Definition: DerivedTypes.h:211