Paul Eggert wrote: > It's easy enough to remove that assumption, and this makes the code a > bit simpler, and not significantly less efficient since GCC implements N > % 2 and N / 2 by masking and shifting. I installed the attached.
... and this code is used only as a fallback on few platforms anyway. Thanks. Bruno