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
softfloat.c: ./softfloat.h:45: invalid struct field declarations softfloat.c: ./softfloat.h:45: syntax error; found /' expecting }' softfloat.c: ./softfloat.h:45: skipping /' /' bits32' high' softfloat.c: ./softfloat.h:45: empty declaration softfloat.c: ./softfloat.h:45: syntax error; found ,' expecting ;' softfloat.c: ./softfloat.h:45: skipping ,' softfloat.c: ./softfloat.h:47: redeclaration of low' previously declared at ./softfloat.h:45 softfloat.c: ./softfloat.h:49: unrecognized declaration softfloat.c: ./softfloat.h:126: syntax error; found int32_to_float64' expecting ;' softfloat.c: ./softfloat.h:138: syntax error; found float32_to_float64' expecting ;' softfloat.c: ./softfloat.h:180: extraneous old-style parameter list softfloat.c: ./softfloat.h:182: extraneous old-style parameter list softfloat.c: ./softfloat.h:184: extraneous old-style parameter list softfloat.c: ./softfloat.h:192: syntax error; found float64_round_to_int' expecting ;' softfloat.c: ./softfloat.h:192: extraneous old-style parameter list softfloat.c: ./softfloat.h:194: syntax error; found float64_add' expecting ;' softfloat.c: ./softfloat.h:194: duplicate declaration for float64' previously declared at ./softfloat.h:194 softfloat.c: ./softfloat.h:194: extraneous old-style parameter list softfloat.c: ./softfloat.h:196: syntax error; found float64_sub' expecting ;' softfloat.c: ./softfloat.h:196: duplicate declaration for float64' previously declared at ./softfloat.h:196 softfloat.c: ./softfloat.h:196: too many errors
/' expecting
/'
bits32'
,' expecting
,' softfloat.c: ./softfloat.h:47: redeclaration of
int32_to_float64' expecting
float32_to_float64' expecting
float64_round_to_int' expecting
float64_add' expecting
float64' previously declared at ./softfloat.h:194 softfloat.c: ./softfloat.h:194: extraneous old-style parameter list softfloat.c: ./softfloat.h:196: syntax error; found
;' softfloat.c: ./softfloat.h:196: duplicate declaration for
The text was updated successfully, but these errors were encountered:
I have quite the same problem on linux The readme doesn't say about any dependencies to install
Sorry, something went wrong.
No branches or pull requests
softfloat.c: ./softfloat.h:45: invalid struct field declarations
softfloat.c: ./softfloat.h:45: syntax error; found
/' expecting
}'softfloat.c: ./softfloat.h:45: skipping
/'
/'bits32'
high'softfloat.c: ./softfloat.h:45: empty declaration
softfloat.c: ./softfloat.h:45: syntax error; found
,' expecting
;'softfloat.c: ./softfloat.h:45: skipping
,' softfloat.c: ./softfloat.h:47: redeclaration of
low' previously declared at ./softfloat.h:45softfloat.c: ./softfloat.h:49: unrecognized declaration
softfloat.c: ./softfloat.h:126: syntax error; found
int32_to_float64' expecting
;'softfloat.c: ./softfloat.h:138: syntax error; found
float32_to_float64' expecting
;'softfloat.c: ./softfloat.h:180: extraneous old-style parameter list
softfloat.c: ./softfloat.h:182: extraneous old-style parameter list
softfloat.c: ./softfloat.h:184: extraneous old-style parameter list
softfloat.c: ./softfloat.h:192: syntax error; found
float64_round_to_int' expecting
;'softfloat.c: ./softfloat.h:192: extraneous old-style parameter list
softfloat.c: ./softfloat.h:194: syntax error; found
float64_add' expecting
;'softfloat.c: ./softfloat.h:194: duplicate declaration for
float64' previously declared at ./softfloat.h:194 softfloat.c: ./softfloat.h:194: extraneous old-style parameter list softfloat.c: ./softfloat.h:196: syntax error; found
float64_sub' expecting;' softfloat.c: ./softfloat.h:196: duplicate declaration for
float64' previously declared at ./softfloat.h:196softfloat.c: ./softfloat.h:196: too many errors
The text was updated successfully, but these errors were encountered: