Open Exist2Resist opened 1 month ago
Thanks for reporting.
For some reason, it looks like the _mm512_set_epi16
intrinsic is missing in your setup, even though _mm512_set1_epi16
exists.
Do you know what version of GCC you have?
Turns out GCC prior to 9 lacks the intrinsic, and I had already made a fix for it.
I'll get around to merging ParPar's changes into this some day.
Thanks again for reporting!
That's super weird it was building without issues a few months ago.
Looks like GCC on rocky 8 is gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
For now my workaround is to just copy the binary, it's under 1 MB so no big deal. I'll check if there is an updated version of GCC i can pull for the image. Looks like that is the highest version for rocky 8.
Thanks
It could've been a change I made somewhere that broke it. I usually test with a few compilers, but GCC 8 isn't in the suite.
You can also apply the fix here if you prefer.
I am using the following commands to build par2cmdline-turbo in a rocky linu8 container.
This was working a couple months ago, I haven't changed anything and my automated builds are failing at the moment with the following error.