Path to this page:
Subject: CVS commit: pkgsrc/benchmarks/hbench
From: Chris Gilbert
Date: 2008-04-05 16:09:18
Message id: 20080405140918.E45BF175D0@cvs.netbsd.org
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.
Files: