-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Is there C bindings? #118
Comments
The C bindings are here: https://github.com/Auburn/FastNoise2/blob/master/include/FastNoise/FastNoise_C.h |
perfect, thanks for the clarification |
Could you clarify if these bindings use the SIMD version or not? |
Yeah, it will automatically use the highest supported SIMD feature set the
same as in C++
…On Sun, 6 Aug 2023, 11:59 xzores, ***@***.***> wrote:
Could you clarify if these bindings use the SIMD version or not?
—
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKJPLH32CGLJMZ7V6L4DD3XT52JPANCNFSM6AAAAAA3FC362A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there C bindings? and how does one do it?
And if not could there be C bindings?
:)
The text was updated successfully, but these errors were encountered: