From: Ralph Corderoy Date: Fri, 28 Apr 2017 11:16:01 +0000 (+0100) Subject: sbr/vector.c: Rewrite BVEC_BYTES(n) macro to remove branch. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/c687e5bdd1da1a27b72cc9a4e94a1a2641fcf0d5?hp=c687e5bdd1da1a27b72cc9a4e94a1a2641fcf0d5 sbr/vector.c: Rewrite BVEC_BYTES(n) macro to remove branch. Use the idiom of integer truncation. ---