Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: e1f6bdff47d9854992351541267711595076ebe9
https://github.com/Perl/perl5/commit/e1f6bdff47d9854992351541267711595076ebe9
Author: Tomasz Konojacki <[email protected]>
Date: 2021-10-21 (Thu, 21 Oct 2021)
Changed paths:
M inline.h
Log Message:
-----------
inline.h: remove superfluous Visual C++ version checks
We no longer support Visual C++ 2012 and older.
Commit: a333292f05e3fc0ed682ccc8c12c33a4c9d7aafd
https://github.com/Perl/perl5/commit/a333292f05e3fc0ed682ccc8c12c33a4c9d7aafd
Author: Tomasz Konojacki <[email protected]>
Date: 2021-10-21 (Thu, 21 Oct 2021)
Changed paths:
M inline.h
Log Message:
-----------
inline.h: _BitScanForward64 is available only on 64-bit architectures
Fixes #19205
Compare: https://github.com/Perl/perl5/compare/56077d95e0c5...a333292f05e3