dax_or - compute logical OR of two vectors
cc [ flag... ] file... -ldax [ library...]
#include <dax.h>
dax_result_t
dax_or(dax_context_t *ctx, uint64_t flags,
dax_vec_t *src1, dax_vec_t *src2, dax_vec_t *dst);
This function is similar to the dax_and() function, but performs logical OR.
All dax_and() flags.
Same as dax_and().
See attributes(5) for descriptions of the following attributes:
|