35 #ifndef _BLAZE_MATH_INTRINSICS_DERIVEDTYPES_H_
36 #define _BLAZE_MATH_INTRINSICS_DERIVEDTYPES_H_
IntrinsicTrait< int >::Type sse_int_t
The intrinsic data type for 'int'.
Definition: DerivedTypes.h:75
Header file for the intrinsic trait.
IntrinsicTrait< unsigned int >::Type sse_uint_t
The intrinsic data type for 'unsigned int'.
Definition: DerivedTypes.h:83
IntrinsicTrait< short >::Type sse_short_t
The intrinsic data type for 'short'.
Definition: DerivedTypes.h:59
Intrinsic characteristics of data types.The IntrinsicTrait class template provides the intrinsic char...
Definition: IntrinsicTrait.h:648
IntrinsicTrait< long >::Type sse_long_t
The intrinsic data type for 'long int'.
Definition: DerivedTypes.h:91
IntrinsicTrait< unsigned long >::Type sse_ulong_t
The intrinsic data type for 'unsigned long int'.
Definition: DerivedTypes.h:99
System settings for the SSE mode.
IntrinsicTrait< unsigned short >::Type sse_ushort_t
The intrinsic data type for 'unsigned short'.
Definition: DerivedTypes.h:67