intel-intrinsics v1.6.2 (2021-12-18T00:54:59Z)
Dub
Repo
loadUnaligned
inteli
types
Undocumented in source. Be warned that the author may not have intended to support it.
float4
loadUnaligned
(const(float)* pvec)
double2
loadUnaligned
(const(double)* pvec)
version(GNU && X86_64)
pure nothrow @
nogc
@
trusted
double2
loadUnaligned
(
Vec
)
(
const
(
double
)*
pvec
)
if
(
is
(
Vec
==
double2
)
)
byte16
loadUnaligned
(const(byte)* pvec)
short8
loadUnaligned
(const(short)* pvec)
int4
loadUnaligned
(const(int)* pvec)
long2
loadUnaligned
(const(long)* pvec)
template
loadUnaligned
(Vec)
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