dtype_t cell_div()

in csrc/config.hpp [9:11]


dtype_t cell_div(dtype_t a, dtype_t b) {
    return (a + b - 1) / b;
}