rust/crates/core_simd
Jubilee ceb2611592
Remove formats [T; N] does not impl (rust-lang/portable-simd#337)
Remove these extra formatting traits, as they are
inconsistent with how arrays and slices format,
and it can cause unnecessary code bloat in binaries.
We can revisit this if people ever agree on doing these
formatters for the other slice-y types.

Prefer to dispatch to the `impl `fmt::Debug for [T]`,
to reduce the chances of monomorphizing twice.
Inlining it seems like a good idea for similar reasons?
2023-04-09 21:26:40 -07:00
..
examples Update dot_product example import 2022-12-03 18:41:43 -08:00
src Remove formats [T; N] does not impl (rust-lang/portable-simd#337) 2023-04-09 21:26:40 -07:00
tests Remove reexport of simd::* 2022-11-27 23:44:20 -05:00
Cargo.toml Skip building wasm-bindgen-test on non-wasm targets 2023-03-26 12:56:35 +02:00
LICENSE-APACHE
LICENSE-MIT
webdriver.json