intel-intrinsics v1.10.8 (2022-09-26T11:38:26Z)
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
__m256
__m256d
__m256i
__m64
shufflevectorLDC
ubyte16
ubyte8
ushort8
functions
_MM_SHUFFLE
_MM_SHUFFLE2
equalMask
greaterMask
notEqualMask
shufflevector
manifest constants
AVXSizedVectorsAreEmulated
CoreSimdIsEmulated
MMXSizedVectorsAreEmulated
SSESizedVectorsAreEmulated
mixin templates
VectorOps
structs
byte16
byte32
byte8
double2
double4
float2
float4
float8
int2
int4
int8
long1
long2
long4
short16
short4
short8
variables
DefineGenericLoadStoreUnaligned
tryToEnableCoreSimdWithDMD