Go to main content

man pages section 3: DAX Library Functions

Exit Print View

Updated: July 2017
 
 

dax_or (3DAX)

Name

dax_or - compute logical OR of two vectors

Synopsis

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);

Description

This function is similar to the dax_and() function, but performs logical OR.

Supported Flags

All dax_and() flags.

Return Values

Same as dax_and().

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library
Interface Stability
Committed

See Also

dax_and(3DAX)