Skip to main content

LSU_COLUMN_WIDTH

Constant LSU_COLUMN_WIDTH 

Source
const LSU_COLUMN_WIDTH: usize = _; // 28usize
Expand description

Width of the coefficient column. One unit wider than the decimal’s coefficient so that each element is 56 bytes, a whole number of u64 words. The indexed byte store pads every column to whole words and cannot decode an element width that does not divide that padding.