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
Probably due to the recent changes in the assembler and the rather complex macros :-(
./mod_math_amd64.s:75: expected '(', found 1 ./mod_math_amd64.s:80: undefined label mod_reduce ./mod_math_amd64.s:85: expected '(', found 1 ./mod_math_amd64.s:89: undefined label mod_mul ./mod_math_amd64.s:93: expected '(', found 1 ./mod_math_amd64.s:117: undefined label mod_sqr ./mod_math_amd64.s:118: expected '(', found 3 ./mod_math_amd64.s:119: undefined label mod_shift ./mod_math_amd64.s:120: expected '(', found 6 ./mod_math_amd64.s:121: undefined label mod_shift ./mod_math_amd64.s:122: expected '(', found 9 asm: too many errors
The text was updated successfully, but these errors were encountered:
FYI: Wanted to bypass this issue by downloading the binary as documented in the README
Download the relevant binary from http://www.craig-wood.com/nick/pub/iprime/
Download the relevant binary from
but the above URL returns a 404 error.
Sorry, something went wrong.
@cznic - thanks for the heads up. Will attempt to fix compiling, or find the binaries shortly!
I've tracked this down to a regression in go - see bug report golang/go#13499
5f199ae
👍
No branches or pull requests
Probably due to the recent changes in the assembler and the rather complex macros :-(
The text was updated successfully, but these errors were encountered: