-
Now that it is supported on GCE.
-
1. modify https://github.com/preshing/turf/blob/master/turf/c/platform_detect.h#L97
`#elif defined(__arm64__) || defined(__aarch64__ )`
2. modify https://github.com/preshing/turf/blob/master/tur…
-
With the following source:
a.cpp
```cpp
int a();
int main(){ return a(); }
```
Running the following with a `x86_64-pc-linux-gnu` host will have the expected behavior, not demangling the symbo…
-
**SLADE Version**: (3)
**Operating System**: Arch Linux (flatpak)
**Issue Details**:
Is there going to be support for aarch64 systems on the flatpak package? I would really like to play around wi…
-
AArch64 has now been around for a decade, no need to continue with old hat ISAs like ARMv7.
-
Now that a lot of progress has been made on the x86 version of the kernel, we can start working on an Arm port. I would choose to start with aarch64 and the raspberry pi 3 as I have such hardware on h…
-
are there plans for this any time soon?
-
Hi, would it be hard to add support for `aarch64-darwin`? I'm trying to get into nix on a new computer and also use crystal. I figure flakes are The Way To Go and found this project.
This pr worke…
-
Hello!
This config below breaks compatibility with `qemu-user-static` starting from version 8.0.0.
https://github.com/ubuntu/wsl-setup/blob/08a7311f8e9266ce69544440792da7c5a4c525f5/systemd/system/sy…
-
Repro:
```sh
# Prerequisite: Environment that can compile or cross-compile aach64-linux-gnu
git clone https://github.com/taiki-e/atomic-maybe-uninit.git
cd atomic-maybe-uninit
git checkout …