We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The .hidden and .type directives are not supported by Mach-o binaries:
.hidden
.type
/.../c-sike/src/asm/fp-x86_64.S:33:1: error: unknown directive .hidden sike_fpadd ^ /.../c-sike/src/asm/fp-x86_64.S:34:1: error: unknown directive .type sike_fpadd,@function
The text was updated successfully, but these errors were encountered:
version 10.14.6
Sorry, something went wrong.
kriskwiatkowski
No branches or pull requests
The
.hidden
and.type
directives are not supported by Mach-o binaries:The text was updated successfully, but these errors were encountered: