intel-intrinsics v1.6.0 (2021-08-23T12:07:02Z)
Dub
Repo
short4
inteli
types
Undocumented in source.
struct
short4
pure nothrow @
nogc
static if
(
MMXSizedVectorsAreEmulated
)
struct
short4 {
short
[
4
]
array
;
mixin
VectorOps
!(
short4
,
short
[
4
])
;
}
alias
short4
=
Vector
!(
short
[
4
])
Members
Mixins
__anonymous
mixin
VectorOps
!(
short4
,
short
[
4
])
Undocumented in source.
Variables
array
short
[
4
]
array
;
Undocumented in source.
Meta
Source
See Implementation
inteli
types
aliases
__m128
__m128d
__m128i
__m64
shufflevectorLDC
ubyte16
ubyte8
ushort8
functions
_MM_SHUFFLE
_MM_SHUFFLE2
equalMask
extractelement
greaterMask
greaterOrEqualMask
insertelement
loadUnaligned
notEqualMask
shufflevector
storeUnaligned
manifest constants
CoreSimdIsEmulated
MMXSizedVectorsAreEmulated
SSESizedVectorsAreEmulated
mixin templates
VectorOps
structs
byte16
byte8
double2
float2
float4
int2
int4
long1
long2
short4
short8