You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@probakowski See #248 for a PR that adds your repository to the third-party compatibility test suite for avo. Unfortunately, the test failed in Github Actions with an illegal instruction exception. Usually this happens when some code isn't doing the right CPU feature checks.
I'd be grateful if you could take a look and give your assessment of what's going wrong. Thanks!
@probakowski See #248 for a PR that adds your repository to the third-party compatibility test suite for avo. Unfortunately, the test failed in Github Actions with an illegal instruction exception. Usually this happens when some code isn't doing the right CPU feature checks.
I'd be grateful if you could take a look and give your assessment of what's going wrong. Thanks!
Chiming in from the peanut gallery, the assembly mulD and sqr use ADX and BMI2 unconditionally, with the CI test choking in the latter. So indeed this needs fallback code.
https://github.com/probakowski/curve1174
The text was updated successfully, but these errors were encountered: