-
```
Hello,
the approach to develop an efficient implementation of protobuf is perfect.
I had a look at the tool and tried to understand the generated source.
At the moment it seems that only little e…
-
https://github.com/bkaradzic/bgfx/blob/master/tools/shaderc/shaderc.cpp#L1262-L1263
```C++
bx::write(writer, BGFX_CHUNK_MAGIC_FSH);
bx::write(writer, inputHash);
```
it should use `bx::writeLE`…
-
Hello,
How difficult is it to add Big-endian functionality for `zopen`? Happy to work on this if some guidance is provided.
Thank you!
https://github.com/meggart/Zarr.jl/blob/3aaf6d0555b0a69a…
-
Hi there,
I hope this is the right place to submit this issue, in case it is not, I apologize
Compiling library RTCZero I get the following warning
```
Compiling library "RTCZero"
/home/.../sna…
-
-
```
Hello,
the approach to develop an efficient implementation of protobuf is perfect.
I had a look at the tool and tried to understand the generated source.
At the moment it seems that only little e…
-
Depending on the architecture between the computer and the Arduino, endianness could be an issue. This will need to be addressed.
-
This note occurs in the source:
https://github.com/couchbase/moss/blob/master/api.go#L69-L71
See Rob Pike's article for why we shouldn't care:
https://commandcenter.blogspot.com/2012/04/byte-…
-
Hi, i port some program to MorphOS but platform is BE, opengl 1.2 and no shaders (seem ok for 2 last point)...
I try to compile OpenLara but seem not bigendian compatible.
Have you plan to fix it …
-
The way that colors are currently read and written is likely incompatible with big-endian architectures.