x86: drop -funroll-loops for csum_partial_64.c
authorAndi Kleen <andi@firstfloor.org>
Thu, 4 Sep 2008 11:46:11 +0000 (13:46 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 4 Sep 2008 15:42:06 +0000 (08:42 -0700)
Impact: performance optimization

I did some rebenchmarking with modern compilers and dropping
-funroll-loops makes the function consistently go faster by a few
percent.  So drop that flag.

Thanks to Richard Guenther for a hint.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found