-
https://godbolt.org/z/TaxEM3rxP
```c
u8 log10_u16(u16 x) {
u8 n = 0;
n += (x >= 10);
n += (x >= 100);
n += (x >= 1000);
n += (x >= 10000);
return n;
}
```
produc…
-
I'm trying to limit generation of wide AVX instruction to reduce frequency impact/performance regression.
For the following example (consecutive FP division): https://godbolt.org/z/reP9c78cM I get v…
-
### Describe the Bug
Any H/W Rendering will not draw the menu graphics correctly.
[S/W rendering]
![Image](https://github.com/user-attachments/assets/9bdc7d34-fc53-490b-a5a5-a9120c460ef2)
[]H/W ren…
-
# Summary
## Problem
On macOS, krunvm needs to be installed.
## Solution
Should this be added to the installation instructions?
```
brew tap slp/krun
brew install krunvm
```
-
I keep seeing this error on Windows 11 no matter which path I try.
I've tried:
`Game_20230512T131657.slp`
`.\Game_20230512T131657.slp`
`./Game_20230512T131657.slp`
`"C:\Users\jonat\Documents\S…
-
### Describe the Bug
H/W rendering will happen glitch same area. (Yellow area)
![Image](https://github.com/user-attachments/assets/eddc32bb-19b4-4587-b9ee-bbf4303807f7)
![Image](https://github.com/u…
-
This is about forward-porting SLP (a.k.a. srvloc a.k.a. Server Location Protocol) from 2.x to the main branch.
It should be integrated in a better way, ideally to allow Zeroconf and SLP to co-exist…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |10/4|0/0|0/0|[4fc92480675bd071dd3edbaa78bb73525137c4a6](https://github.com…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |10/4|0/0|0/0|[4fc92480675bd071dd3edbaa78bb73525137c4a6](https://github.co…
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/11743087118
## Patch information
Applied patches: 1 -> 1
A…