[Zlib-devel] [PATCH 12/13] deflate: add new deflate_quick strategy for level 1
Mike Frysinger
vapier at gentoo.org
Thu Nov 28 02:05:05 EST 2013
On Monday 25 November 2013 17:21:48 Jim Kukunas wrote:
> --- a/configure
> +++ b/configure
> @@ -817,6 +817,9 @@ case "${ARCH}" in
> CRC_FOLDING_o=""
> CRC_FOLDING_lo=""
> fi
> +
> + CFLAGS="${CFLAGS} -DUSE_QUICK"
> + SFLAGS="${SFLAGS} -DUSE_QUICK"
> ;;
> i386 | i486 | i586 | i686)
> OBJC="${OBJC} x86.o"
> @@ -854,6 +857,9 @@ case "${ARCH}" in
> CRC_FOLDING_o=""
> CRC_FOLDING_lo=""
> fi
> +
> + CFLAGS="${CFLAGS} -DUSE_QUICK"
> + SFLAGS="${SFLAGS} -DUSE_QUICK"
> ;;
> esac
unless i followed the diffs wrong, it seems like the end result is that x86_64
and i?86 branches are exactly the same. what was the point of keeping them
separate ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://madler.net/pipermail/zlib-devel_madler.net/attachments/20131128/07dea22e/attachment-0001.sig>
More information about the Zlib-devel
mailing list