dtype_t align()

in csrc/config.hpp [14:16]


dtype_t align(dtype_t a, dtype_t b) {
    return cell_div<dtype_t>(a, b) * b;
}