Conversation
bindgen outputs f32/f64 instead of c_float/c_double now, so let's support that here.
|
Why does bindgen do that? If the platform does not define |
|
That is, whether |
|
cc @emilio: rust-bindgen should be generating |
|
Yes, I think this is a bindgen bug. Should be trivial to patch, probably goes as far as bindgen goes, since even before my rewrite it was generating |
bindgen outputs f32/f64 instead of c_float/c_double now, so let's
support that here.