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

logf, sinf, etc. bindings missing from win32 libc #232

Closed
jckarter opened this issue Mar 1, 2012 · 0 comments
Closed

logf, sinf, etc. bindings missing from win32 libc #232

jckarter opened this issue Mar 1, 2012 · 0 comments

Comments

@jckarter
Copy link
Owner

jckarter commented Mar 1, 2012

The Microsoft headers define the float variants of libc math functions as macros in terms of the double versions for x86, e.g.:

#define logf(x)    ((float)log((double)(x)))

Since bindgen doesn't support #defines, these definitions need to be manually added to libc.windows.x86.32.clay.

jckarter added a commit that referenced this issue Jul 19, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant