Author :
jsing
Date :
2025-05-18 07:13:48
Hash :6decc3d5 Message :Inline REDUCE1BIT macro.
The REDUCE1BIT macro is now only used in one place, so just inline it.
Additionally we do not need separate 32 bit and 64 bit versions - just use
the 64 bit version and let the compiler deal with it (we effectively get
the same code on i386).
ok beck@ joshua@