-
| | |
| --- | --- |
| Bugzilla Link | [45708](https://llvm.org/bz45708) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asb,@efriedma-quic |
## Extended Descript…
-
When I compile with MCU=at90usb1286 I see the following error:
```
[GCC] : Compiling C file "Joystick.c"
avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=at90usb1286 -fshort-enums -fno-inline-small-fun…
-
Hi @ashawkey ,
I wish to backpropagate gradients back to camera poses, however this results in an error in _march_rays_train(), which does not have a backward pass function. To make this work do I ne…
-
Right now, we fill up our inner field from the right, i.e.
```rust
struct A {
a: u2,
b: u16,
c: bool
}
let a = A::new(1, 2, true);
```
will be saved as: `0b1_00000000_00000010_01` on li…
-
Mermaid has a ["packet"](https://mermaid.js.org/syntax/packet.html) diagram type for depicting the layout of network packets and other bitfields. This diagram type places text on top of boxes in the d…
hawkw updated
6 hours ago
-
## Enhancement Request
Windows includes the [`CcSetReadAheadGranularityEx`](https://docs.microsoft.com/en-us/windows-hardware/drivers/ifs/ccsetreadaheadgranularityex) DDI and the older [`CcSetReadA…
-
```
What steps will reproduce the problem?
1. Read a variable from an incoming packet, e.g., 2 bytes.
2. Sum 1 to it
3. Send it again in a packet
What is the expected output? What do you see instead?…
-
Since it's defined directly on the type rather than a trait, the compiler will warn about it being unused. Can it be turned off?
-
The `function.args.storage` function and its peer (`function.arg.storage`) supports the `ALOC_REG1`, `ALOC_RREL`, and `ALOC_DIST` argument locations using a `phrase_t`. This is wrong. The semantics of…
-
Are booleans packed as individual bits? Or do they take up a whole byte?