-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Get ARM64 TARGET information from the registry on Windows #5082
Conversation
@martin-frbg , it's great to see support for Snapdragon X Elite on WoA. However, has anyone successfully built and tested the code? I decided to give it a try with clang-cl 19.1.7, but I'm encountering these two LLVM bugs when compiling the NEOVERSEN1 kernels:
|
are you building 0.3.29 or the develop branch ? 0.3.29 will only build with the ARMV8 target on WoA, the workarounds for the unsupported parts of the Neoverse kernels are only in the develop branch ( in the PR before this one) |
That was 0.3.29 with some modifications. I just tried the develop branch and I got these errors:
|
ok, I need to check that - zdot_thunderx2t99.c should not get compiled on WoA due to these, but my original patch of the KERNEL file used bad syntax and I did not get around to retesting on WoA after fixing that on Unix |
No description provided.