Expand description
C FFI functions for querying JitBackendType enum values.
Provides extern "C" functions to enumerate available JIT backends, check whether a
backend value is valid, and get the name string of a backend.
Functions§
- diffsol_
jit_ ⚠backend_ type_ count - Return the number of JIT backends compiled into this library.
- diffsol_
jit_ ⚠backend_ type_ is_ valid - Return whether a JIT backend enum value is valid.
- diffsol_
jit_ ⚠backend_ type_ name - Return the name of a JIT backend enum value.