storeUnaligned

Store vector to unaligned address. This is a compiler intrinsic.

version(D_SIMD)
V
storeUnaligned
(
V
)
(
V* p
,)
if (
is(V == void16) ||
is(V == byte16)
||
is(V == ubyte16)
||
is(V == short8)
||
is(V == ushort8)
||
is(V == int4)
||
is(V == uint4)
||
is(V == long2)
||
is(V == ulong2)
||
is(V == double2)
||
is(V == float4)
)

Parameters

p V*

pointer to vector

value V

value to store

Return Value

Type: V

value

Meta

Suggestion Box / Bug Report