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
xmmload

Parameters

tym tym_t

type of data to load

aligned bool

for vectors, true if aligned to 16 bytes

Meta