Closed bobbyluig closed 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.
_FloatN
_FloatNx
Awesome work, thank you for contributing to this project!
I mean, for all the research that leads to that simple change.
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.