]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgcc2.c (__paritysi2, [...]): Replace last two reduction rounds with a "bit table...
authorRichard Henderson <rth@redhat.com>
Wed, 5 Feb 2003 00:43:22 +0000 (16:43 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 5 Feb 2003 00:43:22 +0000 (16:43 -0800)
commit0c9ed8564d0214c1f1ac18a165e9d2869a25f8d5
treed1231e617a60d648c24d7aa85f9cab0e22d2276d
parent00d3c376535e66bf709ea5c0145d280857366742
libgcc2.c (__paritysi2, [...]): Replace last two reduction rounds with a "bit table" lookup.

        * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
        rounds with a "bit table" lookup.

From-SVN: r62421
gcc/ChangeLog
gcc/libgcc2.c