-
How to implement with nsimd syntax, for reg_2
```c
// neon128
uint8x8_t value=*;
vst1_u8(&data[w], value);
```
-
Hi.
Whilst doing some comparative benchmarking on the Alibaba Cloud g8m instances I've run into some BLIS performance issues. g8m is based on Arm's Neoverse N2 technology and has 2x128-bit SVE vec…
-
ARM NEON defines a lot of intrinsic SIMD types (float32x4_t, and etc.) and operations. Which ones should be implemented? What's the corresponding ABI?
-
Hi,
Not to spam #14537 (as it's already quite big) :)
As full native build of either v6 and v7 is possible under FreeBSD-amd64, I went ahead and tried to make the same process work for ARM64.
Aft…
-
Hi @jeremy-rifkin. I stumbled upon this error, and I wonder whether your library supports Windows-on-arm yet?
`backward-cpp\backward.hpp(1168,29): error C2039: 'Eip': is not a member of '_CONTEXT'`…
-
### Zig Version
0.10.0-dev.4217+9d8cdb855
### Steps to Reproduce
Trigger a segmentation fault inside a C library linked to zig.
I was for example triggering a segmentation fault inside opengl:
…
-
我在windows 11 arm64上安装了vs2022的预览版本
编译x86 x64都没问题
arm64有一个寄存器的问题
```c++
//-------------------------------------------------------------------------
static void ProcessThreadIPs(HANDLE hThread, UINT…
-
It is impossible to `reg_write` to `UC_ARM64_REG_CP_REG` because it is incorrectly executed under `UC_ARCH_ARM` (as opposed to `UC_ARCH_ARM64` where it should be executed.)
In `unicorn.py!reg_write…
-
In `reg_write` and `reg_read`, when `arch` is equal to `UC_ARCH_ARM64`, the `reg_id` check condition is wrong.
https://github.com/unicorn-engine/unicorn/blob/master/bindings/python/unicorn/unicorn.…
-
Available `mingw-w64` toolchains for `aarch64`:
https://github.com/mstorsjo/llvm-mingw/releases
https://www.msys2.org/docs/environments/ (I guess based on/pretty much the same as the above)