summaryrefslogtreecommitdiff
path: root/tools/mbench
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-05-05 07:40:54 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-05-05 07:40:54 +0000
commitd496c766be7b8da9dad82e1f3aec3296e3c1ae89 (patch)
tree1de9f2d55264b2d33d8d11288e66624c89fbdd6b /tools/mbench
parenta59c822fd6769cc2008c8090a468a67693836086 (diff)
downloadmpfr-d496c766be7b8da9dad82e1f3aec3296e3c1ae89.tar.gz
[tools/mbench/timp.h] Added a comment about r11458.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11459 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools/mbench')
-rw-r--r--tools/mbench/timp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mbench/timp.h b/tools/mbench/timp.h
index a9132eff5..e1fd4412c 100644
--- a/tools/mbench/timp.h
+++ b/tools/mbench/timp.h
@@ -160,7 +160,7 @@ static unsigned long long int timp_overhead = 0;
timp_rdtsc_after(num_cycle2); \
num_cycle = num_cycle2 < num_cycle ? 0 : num_cycle2 - num_cycle; \
if (num_cycle < min_num_cycle) \
- min_num_cycle = num_cycle; \
+ min_num_cycle = num_cycle; /* shouldn't happen */ \
if (num_cycle2 - start_num_cycle > TIMP_MAX_WAIT_FOR_MEASURE) \
break; \
} \