hide clangd warning

and remove whitespace which was previously used for alignment
This commit is contained in:
dzaima 2023-03-31 14:26:25 +03:00
parent baa1281efe
commit c513724fd4

View File

@ -340,7 +340,7 @@ B transp_c2(B t, B w, B x) {
// (+⌜´st×⟜↕¨rsh)⊏⥊𝕩 // (+⌜´st×⟜↕¨rsh)⊏⥊𝕩
B ind = bi_N; B ind = bi_N;
for (ur k=na; k--; ) { for (ur k=na; k--; ) {
B v = C2(mul, m_f64(st[k]/csz), C1(ud, m_f64(rsh[k]))); B v = C2(mul, m_usz(st[k]/csz), C1(ud, m_f64(rsh[k])));
if (q_N(ind)) ind = v; if (q_N(ind)) ind = v;
else ind = M1C2(tbl, add, v, ind); else ind = M1C2(tbl, add, v, ind);
} }