From c513724fd4de57868bb2cda3afa6655058bf6f3d Mon Sep 17 00:00:00 2001 From: dzaima Date: Fri, 31 Mar 2023 14:26:25 +0300 Subject: [PATCH] hide clangd warning and remove whitespace which was previously used for alignment --- src/builtins/transpose.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/builtins/transpose.c b/src/builtins/transpose.c index 3ef94226..0cc0d4be 100644 --- a/src/builtins/transpose.c +++ b/src/builtins/transpose.c @@ -340,7 +340,7 @@ B transp_c2(B t, B w, B x) { // (+⌜´st×⟜↕¨rsh)⊏⥊𝕩 B ind = bi_N; 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; else ind = M1C2(tbl, add, v, ind); } @@ -382,7 +382,7 @@ B transp_im(B t, B x) { } B transp_uc1(B t, B o, B x) { - return transp_im(m_f64(0), c1(o, transp_c1(t, x))); + return transp_im(m_f64(0), c1(o, transp_c1(t, x))); } // Consumes w; return bi_N if w contained duplicates