X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..5937940fc6c45b93eb95554996d1cd1b5a1bf307:/math/gfreduce.h?ds=sidebyside diff --git a/math/gfreduce.h b/math/gfreduce.h index 2c8a884..9f69585 100644 --- a/math/gfreduce.h +++ b/math/gfreduce.h @@ -34,6 +34,8 @@ /*----- Header files ------------------------------------------------------*/ +#include + #ifndef CATACOMB_GF_H # include "gf.h" #endif @@ -58,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 ------------------------------------------------*/