X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/12208248afbfcdedac9494a68ab83f203335c1a3..a5591f917bd97e7b0874ee0f1fb158681382ae3e:/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 ------------------------------------------------*/