Registry / other / ispc-rt

ispc-rt

JSON →
library2.0.4rscratesunverified

Runtime support for linking Rust code with pre-built ISPC binaries and bindings.

# Cargo.toml [dependencies] ispc_rt = "2.0.4"
INSTALL
IMPORT
SIG · ISPC-RT
I
ispc-rt
otherrustv2.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ispc_module
use ispc_rt::ispc_module;

Link and call an ISPC module from Rust.

use ispc_rt::ispc_module; ispc_module!(my_module); fn main() { unsafe { my_module::my_function() }; }
Debug
Known issues
gotchaRequires pre-built ISPC binaries; compilation will fail without them.
fix
Ensure ISPC compiler is installed and binaries are built before linking.
affects: >=0.0.0
Upgrade
Version history
2.0.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ispc-rt — cargo add ispc-rt · libregistry