pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/benchmarks/hbench



Module Name:    pkgsrc
Committed By:   chris
Date:           Sat Apr  5 14:09:18 UTC 2008

Modified Files:
        pkgsrc/benchmarks/hbench: Makefile distinfo
Added Files:
        pkgsrc/benchmarks/hbench/patches: patch-ar

Log Message:
Fiz mhz calculation for arm.  It seems gcc has become intelligent enough
to optimize away the loop used for timing.  Do something in the loop for
arm that can't be optimized away, and will also meet the 1,000
instructions in the loop requirement.

This allows mhz to calculate sensible Mhz on a StrongArm (228Mhz rather
than 56Mhz)

Other hardware probably also need fixing, as gcc probably applies the same
optimizations on them.

Also bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 pkgsrc/benchmarks/hbench/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/benchmarks/hbench/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/benchmarks/hbench/patches/patch-ar

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index