Closed akhramov closed 1 month ago
Microsoft will likely make aarch64 runners available in future: https://github.blog/2024-06-03-arm64-on-github-actions-powering-faster-more-efficient-build-systems/, so we may want to wait before introducing CI here.
Currently building the library fails on windows/aarch64, becaues the unwinding functionality relies on x86 registers.
This commit ports the library to windows/aarch64 by utilizing the coresponding aarch64 registers.