X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fefficiency.texinfo;h=16c3c65dafbe7ce9b4f601466b30677c94b4d6bc;hb=f1acc17f83cdfa9454a53bd0ee9bd0e9b9482817;hp=775ac4f54563c685e9a120d90984a6cb14cc3823;hpb=b194e5262c0ca11756bc01ea4427aad465dbcaa0;p=sbcl.git diff --git a/doc/manual/efficiency.texinfo b/doc/manual/efficiency.texinfo index 775ac4f..16c3c65 100644 --- a/doc/manual/efficiency.texinfo +++ b/doc/manual/efficiency.texinfo @@ -231,10 +231,9 @@ with versions cutting results to 32 bits, and because terminals (here---expressions @code{x} and @code{y}) are also of type @code{(unsigned-byte 32)}, 32-bit machine arithmetic can be used. - As of SBCL 0.8.5 ``good'' functions are @code{+}, @code{-}; @code{logand}, @code{logior}, @code{logxor}, @code{lognot} and their combinations; and @code{ash} with the positive second -argument. ``Good'' widths are 32 on HPPA, MIPS, PPC, Sparc and X86 and -64 on Alpha. While it is possible to support smaller widths as well, -currently it is not implemented. +argument. ``Good'' widths are 32 on HPPA, MIPS, PPC, Sparc and x86 and +64 on Alpha. While it is possible to support smaller widths as well, +currently this is not implemented.