You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the growing adoption of Windows on ARM devices, native Windows ARM64 binary support would be highly beneficial for developers and users who want better performance without relying on x64 emulation.
Currently, Embree provides prebuilt binaries for the following platforms:
macOS (x64, ARM64)
Linux (x64)
Windows (x64)
Embree already supports ARM architectures on other platforms(macOS), so it would be valuable to extend official binary release support to Windows ARM64 as well.
I would be happy to assist this effort by creating a dedicated GitHub Actions workflow for generating Windows ARM64 binary releases using GitHub’s native Windows ARM64 runners. Please let me know if there’s any assistance needed from my side to make this happen.
Issue Description: