-
Notifications
You must be signed in to change notification settings - Fork 560
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
Fix Win32 errors from Errno #18026
Fix Win32 errors from Errno #18026
Conversation
Your title here says cygwin, the change and the original issue only discussed MSWin32. Looking at
Another file
of which the few I checked produce a similar error (though |
Do have an example of the failure without this change? I don't see an from CI for blead and a local build didn't show any problems building or testing Errno. |
Hi @tonycoz here is an extract output from a CI build Build log: https://github.com/Perl/perl5/runs/938816804?check_suite_focus=true
|
So it is Win32 and not cygwin (which is in the title of the PR) |
Fix Perl#18025 This is fixing these two errors under windows: "Never use <avx512bwintrin.h> directly; include <immintrin.h> instead." "Never use <avx512vpopcntdqvlintrin.h> directly; include <immintrin.h> instead."
Fix #18025
This is fixing these two errors under windows:
"Never use <avx512bwintrin.h> directly; include <immintrin.h> instead."
"Never use <avx512vpopcntdqvlintrin.h> directly; include <immintrin.h> instead."