diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-29 23:01:12 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-29 23:01:12 +0200 |
| commit | c5bedb79e7c808294e85ed6fbba9aae527cd2990 (patch) | |
| tree | 650787a5cfe7be5565568e856ca5b73dd1c8dab6 /sort-benchmark | |
| parent | 16db9de77703b67ac7ed04a7dd4c249169b91be5 (diff) | |
| download | taming-cpp-c5bedb79e7c808294e85ed6fbba9aae527cd2990.tar.gz taming-cpp-c5bedb79e7c808294e85ed6fbba9aae527cd2990.zip | |
Fixed notes
Diffstat (limited to 'sort-benchmark')
| -rw-r--r-- | sort-benchmark/notes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sort-benchmark/notes.txt b/sort-benchmark/notes.txt index 7984803..752ead5 100644 --- a/sort-benchmark/notes.txt +++ b/sort-benchmark/notes.txt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | - Getting the parallel version to work was a pain. Two major gotchas: | 1 | - Getting the parallel version to work was a pain. Two major gotchas: |
| 2 | (1) -ltbb had to be added *at the end* of the command line | 2 | (1) -ltbb had to be added *at the end* of the command line |
| 3 | (2) clang requires a libstdc++ option to make this work | 3 | (2) I was sometimes trying clang, but not clang++ |
| 4 | of course everything was terrible to decipher with C++ compile errors | 4 | of course everything was terrible to decipher with C++ compile errors |
| 5 | being the mess they are. | 5 | being the mess they are. |
| 6 | - For measuring time I could also use | 6 | - For measuring time I could also use |
