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

New compilation error in 4.1.6: too few arguments to function 'float fmaf #177

Closed
yurivict opened this issue Jun 28, 2016 · 0 comments
Closed

Comments

@yurivict
Copy link
Contributor

Getting this in the FreeBSD port:

     [exec] ../include/mathlz.h:81:29: error: too few arguments to function 'float fmaf(float, float, float)'
     [exec]      val = fmaf((fmaf(-1.0f/3), n.f, 2), n.f, -2.0f/3);
     [exec]                              ^
     [exec] In file included from /usr/local/lib/gcc48/include/c++/cmath:44:0,
     [exec]                  from /usr/local/lib/gcc48/include/c++/random:38,
     [exec]                  from /usr/local/lib/gcc48/include/c++/bits/stl_algo.h:65,
     [exec]                  from /usr/local/lib/gcc48/include/c++/algorithm:62,
     [exec]                  from highlightRecovery.cpp:11:

Code is taken from ktgw0316/LightZone, not from this project.

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