Skip to content

Commit

Permalink
[tc] encourage use of parallel sort
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Jun 14, 2021
1 parent fe98b07 commit 3100ea6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tc.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Copyright (c) 2015, The Regents of the University of California (Regents)
// See LICENSE.txt for license details

// Encourage use of gcc's parallel algorithms (for sort for relabeling)
#define _GLIBCXX_PARALLEL

#include <algorithm>
#include <cinttypes>
#include <iostream>
Expand Down

0 comments on commit 3100ea6

Please sign in to comment.