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
I built your project step by step, there are a lot of errors in vs2010
isnan
isinf
_isnan
!_finite
#include <stdbool.h>
diy_fp_t r = {.f = x.f - y.f, .e = x.e};
r.f=x.f-y.f;r.e=x.e
Please help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I built your project step by step, there are a lot of errors in vs2010
isnan
andisinf
function, in windows, you should change they to_isnan
and!_finite
#include <stdbool.h>
header, i just delete itdiy_fp_t r = {.f = x.f - y.f, .e = x.e};
in diy_fp.h, i change it tor.f=x.f-y.f;r.e=x.e
also error, why?Please help.
The text was updated successfully, but these errors were encountered: