Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpxchg16 committed Mar 27, 2014
1 parent 1d83a16 commit f2b831a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Benchmark multiple implementation of multi-producer multi-consumer queue:
4. Intel TSX (Transactional Synchronization Extensions)

Build:
$> g++ -Wall -std=c++11 -O3 -D DCACHE1_LINESIZE=`getconf LEVEL1_DCACHE_LINESIZE` main.cpp -lpthread -Wl,--no-as-needed -mrtm
$> g++ -Wall -std=c++11 -O3 -D DCACHE1_LINESIZE=`getconf LEVEL1_DCACHE_LINESIZE` main.cpp -pthread -Wl,--no-as-needed -mrtm

Author: Uri Shamay ([email protected])

0 comments on commit f2b831a

Please sign in to comment.