xmmload

Get correct load operator based on type. It is important to use the right one even if the number of bits moved is the same, as there are performance consequences for using the wrong one.

version(COMPILE)
extern (C++) nothrow @safe @trusted
opcode_t
xmmload
(
tym_t tym
,
bool aligned
)

Parameters

tym tym_t

type of data to load

aligned bool

for vectors, true if aligned to 16 bytes

Suggestion Box / Bug Report