You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many arithmetic operations that would like to have "arithmetic" shift right, shift right can be used as cheap division by two, then there are very clear use cases that we can anticipate enough for implementing this operation.
The text was updated successfully, but these errors were encountered:
Currently we support the shifting of lanes both left and right, with the "logical" semantics.
For example,
shiftRightLanes
:zoo/inc/zoo/swar/SWAR.h
Lines 144 to 171 in 4a13f5c
There are many arithmetic operations that would like to have "arithmetic" shift right, shift right can be used as cheap division by two, then there are very clear use cases that we can anticipate enough for implementing this operation.
The text was updated successfully, but these errors were encountered: