-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🪟 Add aarch64 windows build #40
Conversation
Can we add this to the CI (instead)? |
@Jasper-Bekkers what do contributors and the CI need to install (on Windows) to be able to cross-compile the ISPC binary for this target when making changes to the ISPC files? |
Or was this all installed (Visual Studio Installer) and performed natively on the machine? I'm not sure how easy it would be to invoke that tool to add the aarch64 toolchain in the CI... But I recall seeing such a setup in win32metadata which we could borrow. |
I think just a recent version of VS with support for arm64. I ran this from the Developer Commandline that ships with VS2022. |
I would wager a guess that GitHub doesn't have that toolchain installed (yet). |
Were you building natively on the device? Then it makes obvious sense that you can build for the target. Alas, expect this file to get out of date if you don't add the CI for it :( |
No I was cross compiling. I'd love to see CI for it, but it looked like the CI step you tried didn't work, right? |
I've got a fix: Twinklebear/ispc-rs#28 Haven't really checked why the 5-year-old |
Compiled with ispc 1.20 because ispc 1.22 ran into an internal compiler error (reported here: ispc/ispc#2713)