-
From audio.c:
/* TODO/FIXME - no sound on big-endian */
What would be minimally required to resolve this issue, just enough to get basic sound playback working on Wii? I'm currently developing a …
-
```
What steps will reproduce the problem?
1. Obtain V8 port to PowerPC https://github.com/andrewlow/v8ppc
2. Compile V8 on PowerPC running big endian
3. Run octane benchmark using V8 on a big endian …
-
Build failure on Big Endian architectures (ppc64, s390x):
```c++
[27/346] cd /builddir/build/BUILD/td-1.3.0/td/generate && /builddir/build/BUILD/td-1.3.0/ppc64-redhat-linux-gnu/td/generate/generat…
-
This program is an adaptation of regression/esbmc/endianness_02:
```c
#include
#include
struct C { char fst, snd; };
int main()
{
struct C c = { 0x1, 0x2, };
short s;
memcpy(&s, &c, …
-
Big-endian platforms are effectively gone. Nevertheless, as a matter of principle, we would like to support them for the IBM mainframe users out there.
Currently, if you are on a big-endian platfor…
-
### Important Information
Provide following Information:
- mpv version: 0.35.0
- Linux Distribution and Version: Gentoo (rolling)
- Source of the mpv binary: Gentoo ebuild
- If known which vers…
-
I just installed argopandas with conda:
```bash
conda install --channel=conda-forge argopandas
```
and my first test fails like this:
```python
import argopandas as argo
argo.prof.head(5).level…
gmaze updated
3 years ago
-
I'm getting the following error when attempting to build it on a rpi4 with kernel 5.15.61.
```
#rm -f .symvers.8852au
make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/5.15.61-v8+/build/ M=/home/ter…
-
Why? 16 bit field masks are overflowing, and we don't need the Cheney stuff
https://oilshell.zulipchat.com/#narrow/stream/121539-oil-dev/topic/New.20GC.20Header
- #1330
-
The game in question is PS3/XB360 Skate 3
`Bad header magic! Expected: 0x50464478, Got: 0x78444650`, which is clearly due to the generation of consoles being big endian.
I suggest adding another…