-
### 🐛 Describe the bug
When I execute the following test case on a big-endian machine, I got the test failure due to the runtime error. We expect that this test should also pass on a big-endian mac…
kiszk updated
12 months ago
-
Quoting #13510:
> Bits parameter does not affect the result. I suspect it should trim LSB bits when radix is set to `2`.
The `Bits` parameters is effectively doing this (in Java): `(0b11110000 &…
-
**Is your feature request related to a problem? Please describe.**
Currently OpenFPGA generated Verilog netlist used big-endian convention, which is not most conventional way.
Extra care needs to b…
-
in file kkmdrv.py function def int2data(X,r):
output of this function for test values int2data(165535,4)
**0x00 0x9f 0x86 0x02**
but in little endian coding this must be a
**0x9f 0x86 0x02 0x00**
…
-
Given binary data 0x91 0x00 0x89 9x00
Motorola (Big endian) result is 2432698512 or 0x91000890
It should be 2432731392 or 0x91008900
At first glance it looks byte 3 did not get shifted correctly.…
-
Gamecube BigFiles use big-endian byte order and the tool doesn't like that. Let's investigate.
-
I am creating Entity State PDUs using in the following manner:
{code}
// Serialize PDU to a big-endian stream
DataOutputStream dataOutputStream = new DataOutputStream(Endian.Big);
Pdu.MarshalAu…
-
ffmpeg-4.2.2-3
No h264 encoders are currently present:
```
> ffmpeg -encoders
ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 8.3.0 (2019_05_24)
configura…
-
| | |
| --- | --- |
| Bugzilla Link | [16527](https://llvm.org/bz16527) |
| Version | trunk |
| OS | Linux |
| Attachments | [source code to print an fp128 with just a sign bit](https://user-images.…
-
```
What steps will reproduce the problem?
1. Call SerializeWithLengthPrefix() with PrefixStyle.Fixed32
What is the expected output? What do you see instead?
I expect the prefix to be encoded using b…