-
Notifications
You must be signed in to change notification settings - Fork 182
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
Impossible to compile with -D__BLST_NO_ASM__
on x86_64
#99
Comments
Well, it's kind of intentional. Thing is that it's specifically the assembly build that undergoes the validation process. Or in other words non-assembly build doesn't actually come with a formal correctness guarantee. For this reason it's argued that Of course one can argue that the error message could have been more meaningful. For example
Would it be helpful? |
In context of cross-reference to #69, describe your problem specifically on s390x. |
I'm closing this assuming that it's related to #100. If not, just describe the problem and reopen. |
I am trying to compile master like this:
It looks like it is enough to compile blst without any ASM. However, on x86_64, I have got this error:
The text was updated successfully, but these errors were encountered: