We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7038c9c commit 9469487Copy full SHA for 9469487
spec/API_specification/elementwise_functions.md
@@ -397,6 +397,11 @@ Computes the bitwise OR of the underlying binary representation of each element
397
398
Shifts the bits of each element `x1_i` of the input array `x1` to the right according to the respective element `x2_i` of the input array `x2`.
399
400
+```{note}
401
+
402
+This operation must be an arithmetic shift (i.e., sign-propagating) and thus equivalent to floor division by a power of two.
403
+```
404
405
#### Parameters
406
407
- **x1**: _<array>_
0 commit comments