intel-intrinsics v1.5.1 (2021-08-05T13:31:08Z)
Dub
Repo
byte8
inteli
types
Undocumented in source.
struct
byte8
pure nothrow @
nogc
static if
(
MMXSizedVectorsAreEmulated
)
struct
byte8 {
byte
[
8
]
array
;
mixin
VectorOps
!(
byte8
,
byte
[
8
])
;
}
alias
byte8
=
Vector
!(
byte
[
8
])
Members
Mixins
__anonymous
mixin
VectorOps
!(
byte8
,
byte
[
8
])
Undocumented in source.
Variables
array
byte
[
8
]
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