summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Besard <tim.besard@gmail.com>2011-11-19 15:53:25 +0100
committerTim Besard <tim.besard@gmail.com>2011-11-19 15:53:25 +0100
commit365dfd66a5e1fccf344d852b659e229c6c1e31c3 (patch)
tree52f5f43db2b892279209e99c23d82b7c64924fd1
parent3351bf52a5f8bbeb38725f5bd87dc3ff2c3c6b61 (diff)
Comment fix.
-rw-r--r--src/run.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/run.cpp b/src/run.cpp
index 4ef6852..bc9a533 100644
--- a/src/run.cpp
+++ b/src/run.cpp
@@ -373,8 +373,8 @@ static benchmark chase_pointers(int64 chains_per_thread, // memory loading per t
int64 bytes_per_line, // ignored
int64 bytes_per_chain, // ignored
int64 stride, // ignored
- int64 loop_length, // processing cycles
- bool prefetch // prefetch?
+ int64 loop_length, // length of the inner loop
+ bool prefetch // prefetch
) {
// Create Compiler.
AsmJit::Compiler c;