Commit bc71b6b
committed
style(simd_avx2): apply nightly rustfmt to U8x32 additions (PR #144 fmt fix)
The format/nightly CI job on PR #144 flagged two sites in the U8x32
additions:
1. `nibble_popcount_lut` — 32-byte literal split into two 16-element
rows for readability. Nightly rustfmt's chains_overflow_last_block
+ width budget collapse it to one line. Restored.
2. `permute_bytes_reverse` test — a 3-method chain was on one line.
Nightly rustfmt wants each `.method()` on its own line under
`chain_width = 60`. Restored.
No semantic change. `cargo +nightly fmt --all --check` clean after.1 parent 521d23f commit bc71b6b
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2004 | 2004 | | |
2005 | 2005 | | |
2006 | 2006 | | |
2007 | | - | |
2008 | | - | |
| 2007 | + | |
2009 | 2008 | | |
2010 | 2009 | | |
2011 | 2010 | | |
| |||
2209 | 2208 | | |
2210 | 2209 | | |
2211 | 2210 | | |
2212 | | - | |
| 2211 | + | |
| 2212 | + | |
| 2213 | + | |
2213 | 2214 | | |
2214 | 2215 | | |
2215 | 2216 | | |
| |||
0 commit comments