Traverse-Research / ispc-downsampler

Image downsampler using a Lanczos filter implemented in ISPC
Other
11 stars 1 forks source link

Upgrade to `ispc 1.1.0` with cleaned up bindings file #12

Closed MarijnS95 closed 2 years ago

MarijnS95 commented 2 years ago

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 (https://github.com/Twinklebear/ispc-rs/pull/20). This makes the file less busy/noisy, and it won't change when regenerating across OS-es anymore.