Writing a Spreadsheet



num_rows of our table as N_LANES=16 to accommodate SIMD operations. Then we create a BaseColumn of N_LANES=16 rows for each column and populate the first two rows with our values and the rest with dummy values.
Note that the values in the BaseColumn need to be of type M31, which refers to the Mersenne-31 prime field that S-two uses. This means that the integers in the table must lie in the range .
Now that we have our table, let’s move on!