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

Upgrade to ispc 1.1.0 with cleaned up bindings file #12

Merged
merged 1 commit into from
Jun 30, 2022
Merged

Conversation

MarijnS95
Copy link
Member

ispc_compile can now be configured to omit irrelevant bindings from the bindings file and leave only the function(s) in place that are relevant to interface with the ISPC kernel (Twinklebear/ispc-rs#20). This makes the file less busy/noisy, and it won't change when regenerating across OS-es anymore.

Comment on lines +5 to +6
pub type __uint8_t = ::std::os::raw::c_uchar;
pub type __uint32_t = ::std::os::raw::c_uint;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't understood this one though, bindgen keeps it around even though it's unused. It disappears under Windows.

@MarijnS95 MarijnS95 force-pushed the ispc-1.1 branch 2 times, most recently from 3c8e3fc to ba0b98e Compare June 30, 2022 13:13
`ispc_compile` can now be configured to omit irrelevant bindings from
the bindings file and leave only the function(s) in place that are
relevant to interface with the ISPC kernel
(Twinklebear/ispc-rs#20).  This makes the file
less busy/noisy, and it won't change when regenerating across OS-es
anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants