From: <gb...@di...> - 2000-10-13 18:05:42
|
Hi, > I figured out what caused the VOSF on NetBSD/m68k to fail. It was the > floating-point calculations used to convert the page size to a shift count. > With a page size of 4096, it returned 11 instead of 12 due to rounding > errors. Well spotted! Sorry for being too lazy to build a log2 lookup table or a search for the position of the most significant bit set. Beat me. ;-) Bye. -- Gwenolé Beauchesne |