File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " pulp-wasm-simd-flag"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2021"
55authors = [" sarah quiñones <sarah@veganb.tw>" ]
66description = " safe generic simd"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ keywords = ["simd"]
1111
1212[dependencies ]
1313pulp-macro = { version = " 0.1.1" , path = " ../pulp-macro" , optional = true }
14- pulp-wasm-simd-flag = { version = " 0.1" , path = " ../pulp-wasm-simd-flag" , default-features = false }
14+ pulp-wasm-simd-flag = { version = " 0.1.1 " , path = " ../pulp-wasm-simd-flag" , default-features = false }
1515bytemuck = { version = " 1.15" , features = [" aarch64_simd" , " wasm_simd" ] }
1616num-complex = { version = " 0.4.4" , default-features = false , features = [" bytemuck" ] }
1717libm = { version = " 0.2" , default-features = false }
You can’t perform that action at this time.
0 commit comments