This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients asvetlov, db3l, vstinner, yselivanov
Date 2018-01-24.03:01:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516762908.42.0.467229070634.issue32641@psf.upfronthosting.co.za>
In-reply-to
Content
In an off-list conversation with David, it was confirmed that the buildbot in question runs on an old hardware without SSE4.2 support.

I decided to simply stop using native popcount instructions as there's no detectable performance difference when using them vs using the fallback code.

See https://github.com/python/cpython/pull/5292 for details.
History
Date User Action Args
2018-01-24 03:01:48yselivanovsetrecipients: + yselivanov, db3l, vstinner, asvetlov
2018-01-24 03:01:48yselivanovsetmessageid: <1516762908.42.0.467229070634.issue32641@psf.upfronthosting.co.za>
2018-01-24 03:01:48yselivanovlinkissue32641 messages
2018-01-24 03:01:48yselivanovcreate