Christian Heimes <[email protected]> added the comment:
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. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33174> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
