Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../.././../usr/man/man3dax/dax_xor.3dax
Real path: /usr/share/man/man3dax/dax_xor.3dax
Zurück
'\" te .\" Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. .TH dax_xor 3DAX "03 Mar 2017" "Oracle Solaris 11.4" "DAX Library Functions" .SH NAME dax_xor \- compute logical XOR of two vectors .SH SYNOPSIS .LP .nf cc [ flag... ] file... -ldax [ library...] #include <dax.h> dax_result_t dax_xor(dax_context_t *\fIctx\fR, uint64_t \fIflags\fR, dax_vec_t *\fIsrc1\fR, dax_vec_t *\fIsrc2\fR, dax_vec_t *\fIdst\fR); .fi .SH DESCRIPTION .sp .LP This function is similar to the \fBdax_and()\fR function, but performs logical \fBXOR\fR. .SS "Supported Flags" .sp .LP All \fBdax_and()\fR flags. .SH RETURN VALUES .sp .LP Same as \fBdax_and()\fR. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/library _ Interface Stability Committed .TE .sp .SH SEE ALSO .sp .LP \fBdax_and\fR(3DAX) .SH NOTES .sp .LP In \fBlibdax\fR version 1, this function is available in software, but may be implemented on DAX hardware in a future version of the library. .sp .LP In \fBlibdax\fR version 1, the \fBDAX_CACHE_DST\fR flag is silently ignored.