Paul Eggert wrote: > I installed the > attached. This probably a win (over de Bruijn too), at least for some > apps and platforms, though I haven't benchmarked.
Thanks! Replacing a table access with ca. 7 arithmetic instructions definitely a win. I also love how this code makes use of conditional or carry instructions, avoiding conditional jumps, on most CPUs. Bruno