vec_or

Compute v1 = v2 | v3.

extern (C) nothrow @nogc @safe @trusted pure
void
vec_or
(
vec_t v1
,
const(vec_base_t)* v2
,
const(vec_base_t)* v3
)
Suggestion Box / Bug Report