This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix Win32 errors from Errno
authorNicolas R <nicolas@atoomic.org>
Mon, 3 Aug 2020 04:34:35 +0000 (22:34 -0600)
committerℕicolas ℝ <nicolas@atoomic.org>
Mon, 14 Sep 2020 16:00:15 +0000 (10:00 -0600)
commit827cc5257ec01605a34285dd743be5c135f05dd6
treeca62bfc81cd10aa2a96f41ab126b61c7e0742567
parent5c8d9b4a5836263ca6e73810ada71a71c5f85d84
Fix Win32 errors from Errno

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."
ext/Errno/Errno_pm.PL