mirror of
https://github.com/Noratrieb/intringen.git
synced 2026-01-17 15:15:04 +01:00
generate _mm_packus_epi16
This commit is contained in:
commit
429d9b826c
13 changed files with 855 additions and 0 deletions
12
crates/generate/Cargo.toml
Normal file
12
crates/generate/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "generate"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
eyre = "0.6.11"
|
||||
heck = "0.4.1"
|
||||
logos = "0.13.0"
|
||||
strong-xml = "0.6.3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue