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