mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-29 04:18:39 +00:00
Implement integer multiplication
This commit is contained in:
parent
18e5147fdc
commit
b068a89c38
8 changed files with 1201 additions and 995 deletions
|
@ -1 +1 @@
|
|||
bindgen --whitelist-type="spv.*" --whitelist-function="spv.*" --size_t-is-usize --default-enum-style=rust ext/SPIRV-Tools/include/spirv-tools/libspirv.h -o lib.rs
|
||||
bindgen --whitelist-type="spv.*" --whitelist-function="spv.*" --size_t-is-usize --default-enum-style=rust --bitfield-enum="spv_text_to_binary_options_t|spv_binary_to_text_options_t" ../ext/SPIRV-Tools/include/spirv-tools/libspirv.h -o src/spirv_tools.rs
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue