-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AVX512 Serpent amalgamation tests fail with GCC #4454
Comments
This is almost certainly a miscompilation. There was a similar one affecting Serpent AVX2 with GCC in amalgamation build, for which a workaround was found. Unfortunately reducing the amalgamation to a test case that GCC devs will accept is non trivial. I would suggest any of
|
Yea, with clang it does work without issue. As far as I know we currently do not need the feature at all, I just happened to notice while testing for #4443. Feel free to close / ping me again to test should any potential fixes arise. |
If you can turn it into a standalone file, even if huge, that has some |
When running
ci_build.py --cc='gcc' amalgamation
on a machine that supports the avx512 instruction set, various tests fail:659 tests failed (in block_ciphers cipher_modes cryptobox stream_ciphers)
.Tested on the master branch with commit
823bcb4
. I usedact
to emulate the Github runners like so:act -P ubuntu-22.04=catthehacker/ubuntu:full-22.04 -j linux &> act-log.txt
, and commented out everything but thegcc/amalgamation
job inci.yml
.I tested on different machines with different underlying cpu models, and all failed in the same way.
act-log-08-linux.txt
act-log-12-linux.txt
The text was updated successfully, but these errors were encountered: