-
### 📚 The doc issue
Many ops has scalar_tensor version in native_functions.yaml, but are not included in core aten IR. Is it missing or is there some other reason?
### Suggest a potential alternativ…
-
I could have sworn there was a PHP warning for doing [bitwise operations on floats](https://3v4l.org/fBIgZ), but apparently not... Do we want to add an issue for that to Psalm?
_Originally posted b…
-
Need support for bitwise data structures.
-
# Demystifying bitwise operations, a gentle C tutorial | andreinc
A beginner friendly tutorial on bitwise operations in C
[https://www.andreinc.net/2023/02/01/demystifying-bitwise-ops](https://www.a…
-
#### Description
Implement all bitwise operator overloads for large Integers
- [ ] Bitwise OR
- [ ] Bitwise AND
- [ ] Bitwise NOT
- [ ] Bitwise XOR
-
Consider this snippet:
```
import org.checkerframework.checker.index.qual.LessThan;
import org.checkerframework.common.value.qual.IntRange;
public class Testing {
private static @IntRan…
-
When I let Emacs indent this code, it assumes the bitwise shift operator is an opening angle bracket.
`let a = u32::MAX
-
## Device
Probook 2020
## Browser
Edge
## Environment
Web interface
## Description
Typo
## Actual behavior
Your instead of you
## Steps to reproduce
Click on locations from home page
…
-
This is just a little feature request so I don't forget it. If I end up implementing it I'll report back or do a PR if this would be useful.
The idea is if we're testing functions that make use of s…
-
The functions `Bitwise.shiftLeftBy`, `Bitwise.shiftRightBy` and `Bitwise.shiftRightZfBy` only use lowest 5 bits of the shift value.
For example following two commands are equal:
Bitwise.shif…