X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/51f5bbe0bfe8a344c3cc1f5a9fddf885fa75d057..5937940fc6c45b93eb95554996d1cd1b5a1bf307:/math/gfreduce.h diff --git a/math/gfreduce.h b/math/gfreduce.h index b60c8fa..9f69585 100644 --- a/math/gfreduce.h +++ b/math/gfreduce.h @@ -60,7 +60,8 @@ typedef struct gfreduce { mpw mask; /* Mask for degree word */ mp *p; /* Copy of the polynomial */ size_t in; /* Number of instruction words */ - gfreduce_instr *iv, *liv; /* Vector of instructions */ + gfreduce_instr *iv; /* Vector of instructions */ + gfreduce_instr *fiv; /* Final-pass instruction suffix */ } gfreduce; /*----- Functions provided ------------------------------------------------*/