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 christian.heimes
Recipients boegel, christian.heimes, wscullin
Date 2018-06-19.08:58:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529398725.64.0.56676864532.issue33174@psf.upfronthosting.co.za>
In-reply-to
Content
I read the patch. The manual loop unrolling is ugly but mostly ok. But 
I'm -1 on the "-O0" option and won't accept the patch unless it works with standard optimization. sha3 is already slow. Without optimization, the algorithm grinds to a halt.

Did anybody contact Intel and reported the bug? It's clearly a bug in ICC. GCC, clang and MSVC compile the code just fine.
History
Date User Action Args
2018-06-19 08:58:45christian.heimessetrecipients: + christian.heimes, wscullin, boegel
2018-06-19 08:58:45christian.heimessetmessageid: <1529398725.64.0.56676864532.issue33174@psf.upfronthosting.co.za>
2018-06-19 08:58:45christian.heimeslinkissue33174 messages
2018-06-19 08:58:45christian.heimescreate