xmmIsAligned

Determine if lvalue e is a vector aligned on a 16/32 byte boundary. Assume it to be aligned unless can prove it is not.

version(COMPILE)
extern (C++) nothrow @safe @trusted
bool
xmmIsAligned
()

Parameters

e elem*

lvalue

Return Value

Type: bool

false if definitely not aligned

Suggestion Box / Bug Report