X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/fac7ff6e6061b1eb0e699756e3d08859f71884e8..f521d4c7a97076db34681c598d7965c7d05713b0:/math/fgoldi.h diff --git a/math/fgoldi.h b/math/fgoldi.h index b05fd77e..4f6c043f 100644 --- a/math/fgoldi.h +++ b/math/fgoldi.h @@ -55,6 +55,13 @@ typedef union { # define FGOLDI_IMPL 12 #endif +#if FGOLDI_IMPL == 28 + typedef int32 fgoldi_piece; +#endif +#if FGOLDI_IMPL == 12 + typedef int16 fgoldi_piece; +#endif + /*----- Functions provided ------------------------------------------------*/ /* --- @fgoldi_load@ --- *