X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/6001a9ffafa1e77b2d192938d79e6da80febdc43..89bd399d7d3fdeb58f7a442bcd139b707e08e8d0:/math/fgoldi.c diff --git a/math/fgoldi.c b/math/fgoldi.c index 9061a74e..1b09b58e 100644 --- a/math/fgoldi.c +++ b/math/fgoldi.c @@ -51,10 +51,8 @@ typedef uint32 upiece; typedef uint64 udblpiece; #define NPIECE 16 #define P p28 -#define B28 0x10000000u #define B27 0x08000000u #define M28 0x0fffffffu -#define M27 0x07ffffffu #define M32 0xffffffffu #elif FGOLDI_IMPL == 12 @@ -70,12 +68,10 @@ typedef uint16 upiece; typedef uint32 udblpiece; #define NPIECE 40 #define P p12 -#define B12 0x1000u #define B11 0x0800u #define B10 0x0400u #define M12 0xfffu #define M11 0x7ffu -#define M10 0x3ffu #define M8 0xffu #endif