xlab / c-for-go

Automatic C-Go Bindings Generator for Go Programming Language
https://c.for-go.com
MIT License
1.47k stars 116 forks source link

Add support for additional float types #156

Closed bobbyluig closed 1 year ago

bobbyluig commented 1 year ago

This PR adds support for additional float types of the form _FloatN and _FloatNx. This should resolve https://github.com/xlab/c-for-go/issues/125 and https://github.com/xlab/c-for-go/issues/144. I was able to generate bindings for Python 3.10 with these changes locally.

xlab commented 1 year ago

Awesome work, thank you for contributing to this project!

I mean, for all the research that leads to that simple change.