Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 2.38 KB

File metadata and controls

57 lines (45 loc) · 2.38 KB

Bitwise Operators

.rst-content table.docutils { width: 100%; table-layout: fixed; } table.docutils .line-block { margin-left: 0; margin-bottom: 0; } table.docutils code.literal { color: initial; } code.docutils { background: initial; }
:cpp:func:`bitwise_not` per slot bitwise not
:cpp:func:`bitwise_or` per slot bitwise or
:cpp:func:`bitwise_xor` per slot bitwise xor
:cpp:func:`bitwise_and` per slot bitwise and
:cpp:func:`bitwise_andnot` per slot bitwise and not
:cpp:func:`bitwise_lshift` per slot bitwise left shift
:cpp:func:`bitwise_rshift` per slot bitwise right shift
:cpp:func:`rotr` per slot rotate right
:cpp:func:`rotl` per slot rotate left

.. doxygengroup:: batch_bitwise
   :project: xsimd
   :content-only: