diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-05-12 08:29:01 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-05-12 08:29:01 -0700 |
commit | bb0d5960534c3addc6664d78e3862b460392205e (patch) | |
tree | ed391bfbe683f1621ad5ef86b485be3fb76bf414 /volk | |
parent | ee0ed0b725b19e223f8f7f3ff27d4374c5fcb35a (diff) |
volk: fix profiler comparison
Diffstat (limited to 'volk')
-rw-r--r-- | volk/lib/qa_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/lib/qa_utils.cc b/volk/lib/qa_utils.cc index 5bdab260f0..4e361aece2 100644 --- a/volk/lib/qa_utils.cc +++ b/volk/lib/qa_utils.cc @@ -453,7 +453,7 @@ bool run_volk_tests(struct volk_func_desc desc, std::cout << "Best arch: " << best_arch << std::endl; if(best_arch_vector) { - if(puppet_master_name != "NULL") { + if(puppet_master_name == "NULL") { best_arch_vector->push_back(name + std::string(" ") + best_arch); } else { |