-
Attempting to compile on Arch Linux but encountering multiple error when building.
### Logs
* [Link](https://gist.github.com/graysky2/cb142b6784575aeca10c10517cce4dce) to the output which complete…
-
On x86_64-linux-gnu, both Clang 14 (on my machine) and [Clang trunk (on Godbolt)](https://godbolt.org/z/37qcEWEPE) set to `-O2` compile `bar` in
```c
union u {
long double ldbl;
};
void f…
-
I don't get what is going on [here](https://github.com/Tarcaxoxide/Sauce/blob/9d4a007fb0e3cbd14696feb6f2f34e437a5b258b/kernel/src/Graphics/Shell/Langauge/Exec.cpp#L16).
the first "word" is interpre…
-
**Current status**: Waiting for llvm/llvm-project#90417
When trying to get rid of `unsafe` code in commit 57d25179e6751854c298313070adc4ac4454e230 in #81427.
I found a case that GCC can prove that…
-
mlocati:
Trying to open a .po file to try out your PO editor, I get this msg:
Error at lines 1~3:
Unknown entry kind.
These are lines 1-3 (which are just comments as generated by my compiler):
#
…
-
> [Godbolt link](https://godbolt.org/#z:OYLghAFBqd5QCxAYwPYBMCmBRdBLAF1QCcAaPECAMzwBtMA7AQwFtMQByARg9KtQYEAysib0QXACx8BBAKoBnTAAUAHpwAMvAFYTStJg1DEArgoKkl9ZATwDKjdAGFUtEywYgATNMcAZPAZMADl3ACNMYm9S…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR40824](https://bugs.llvm.org/show_bug.cgi?id=40824) |
| Status | CONFIRMED |
| Importance | P enha…
-
**Describe the bug**
When I am encoding https://www.breunig.xyz/share/2024-04-02/raw9.yuv (150 MB), at around the 12 second mark rav1e produces distorted blocks like so:
![mpv-shot0001](https://gith…
-
I am trying to cross-compile xnnpack for risc-v by using `scripts/build-linux-riscv64.sh` with some modification of the toolchain path in `cmake/riscv64.toolchain`. But I got build error message when …
-
The ThreadX docs under Chapter 3 - Functional Components: ISR Template suggest that context saving and restoring must be done in assembly before executing any ThreadX code (i.e. notifying semaphores) …