diff options
author | Tim Besard <tim.besard@gmail.com> | 2011-11-19 15:53:25 +0100 |
---|---|---|
committer | Tim Besard <tim.besard@gmail.com> | 2011-11-19 15:53:25 +0100 |
commit | 365dfd66a5e1fccf344d852b659e229c6c1e31c3 (patch) | |
tree | 52f5f43db2b892279209e99c23d82b7c64924fd1 | |
parent | 3351bf52a5f8bbeb38725f5bd87dc3ff2c3c6b61 (diff) |
Comment fix.
-rw-r--r-- | src/run.cpp | 4 |
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; |