Skip to content
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

A few errors in VS2010 #2

Open
01joy opened this issue Mar 6, 2015 · 0 comments
Open

A few errors in VS2010 #2

01joy opened this issue Mar 6, 2015 · 0 comments

Comments

@01joy
Copy link

01joy commented Mar 6, 2015

I built your project step by step, there are a lot of errors in vs2010

  1. No isnan and isinf function, in windows, you should change they to _isnan and !_finite
  2. No #include <stdbool.h> header, i just delete it
  3. diy_fp_t r = {.f = x.f - y.f, .e = x.e}; in diy_fp.h, i change it to r.f=x.f-y.f;r.e=x.e also error, why?

Please help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant