Implement integer multiplication

This commit is contained in:
Andrzej Janik 2020-07-25 00:57:54 +02:00
commit b068a89c38
8 changed files with 1201 additions and 995 deletions

View file

@ -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