Performs bitwise logical OR operation on signed integer vectors. The corresponding Intel® AVX2 instruction is VPOR.
Arguments
s1 | signed integer vector used for the operation |
s2 | signed integer vector also used for the operation |
Description
Performs a bitwise logical OR operation of the signed integer elements of source vector s2 and the corresponding elements in source vector s1 and stores the result in the destination vector. If either of the corresponding bits of the first and second vectors are 1, each bit of the result is set to 1, otherwise it is set to 0.
Parent topic: Intrinsics for Bitwise Operations
Englisch