X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/12208248afbfcdedac9494a68ab83f203335c1a3..93f563bfc5a1f8115890d79b0573bdc9a013731d:/math/gfreduce.h diff --git a/math/gfreduce.h b/math/gfreduce.h index b60c8fab..9f69585d 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 ------------------------------------------------*/