-
Would be great to have ARM 32/64 bit builds, especially for Raspberry Pi devices.
-
Try to compile
``` c
unsigned int test() {
static _Thread_local unsigned int tl_tid;
unsigned int tid = 4;
if (tl_tid) return tl_tid;
else return tid;
}
in…
-
Current builds of OpenShell are x86 and x64, but they don't support ARM variants. Due to the "growing" popularity of ARM64 Windows systems, a native ARM x64 build would be amazing.
If I'm not mista…
-
### I have checked if others have suggested this already
- [X] I have checked this issue tracker to see if others have reported similar issues.
### Feature description
It would be great to have Mul…
-
When I was developing https://github.com/TheDan64/inkwell/pull/344, I first worked on my macOS with Apple M1 host machine, and have run the test with:
```shell
cargo test --all --target=aarch64-app…
ytoml updated
3 months ago
-
-
With the new snapdragon elite powered devices I think windows on arm64 will gain more traction.
Therefore, I think it would be great to add support for windows on arm64.
When trying to compile on …
-
- Create a canonical pattern for an ARM resource that can be hosted under multiple paths
- Resources at each of these paths have the same resource schema and may have the same or different operation…
-
**Is your feature request related to a problem? Please describe.**
I successfully built version 11 on a M3 Mac. However running `mc` leads to
> dotnet6/host/fxr/6.0.29/libhostfxr.dylib (mach-o fi…
-
The previous issue #4922 is pretty old and captures a different time in the Windows-On-Arm ecosystem and I wanted to re-capture interest in having _native_ support for ARM64-Windows.
I've had some …