-
Or at least provide a warning somewhere I lost some time on this.
-
https://www.ietf.org/archive/id/draft-ietf-bpf-isa-04.html#name-platform-variables
The BPF ISA at the IETF defines various 64bit immediate loads:
```
5.4. 64-bit immediate instructions
Ins…
-
I note from your demo workbook that the BrowseForFolder routine does not work in Excel - sure enough, it crashed when I tried it. I knew that the API was temperamental in 64-bit Office, though I wasn'…
-
### Issue submission guidelines
See [detaled guidelines](http://crosstool-ng.github.io/support/). In short:
- Report crosstool-NG version : 1.26.0.124_6d1d61c
- Report host OS and its version :
…
-
Hello,
It seems this is not compatible with the 64bit version of Raspbian. Will you be releasing an update any time in the near future? If not, you should state this on the website/app store as I d…
-
When building picberry under Raspberry Pi OS 64bit, the resulting binary won't produce working targets.
Output looks like this...:
pi@ak-test-pi:~/temp $ sudo picberry -f pic24fjxxxga3xx -g 27,23,…
-
ARMA_64BIT_WORD is useful for extended ranges and longer indices beyond the scope of a 32-bit integer. A reverse-dependency check is revealing that we cannot enforce it as a few dozen packages fail. …
-
Looking for a 64bit raspberry pi OS image for the RPI5.
Maybe even some kind of scripts for building the image.
All I can find is this: https://assets.cycling74.com/rnbo/pi-images/raspios-bookwor…
-
I integrated rapier and rapier-f64. Then I added salva, but now it doesn't build and salva only works with rapier, not rapier64(eg. features="rapier")
https://github.com/appsinacup/godot-rapier-2d
h…
-
Also it's unsigned, so it actually has to be `UIntPtr`, even though `IntPtr` is often used.
`int` is definitely wrong - it's kind of a mystery (or pure accidence) that it has even been working with `…