remove Qt's atomic dependency, I don't know what I was doing wrong...

This commit is contained in:
Gael Guennebaud
2010-03-01 13:09:47 +01:00
parent 31aa17e4ef
commit 1710c07f63
3 changed files with 12 additions and 12 deletions

View File

@@ -2,8 +2,6 @@
// g++-4.4 bench_gemm.cpp -I .. -O2 -DNDEBUG -lrt -fopenmp && OMP_NUM_THREADS=2 ./a.out
// icpc bench_gemm.cpp -I .. -O3 -DNDEBUG -lrt -openmp && OMP_NUM_THREADS=2 ./a.out
#include <QAtomicInt>
#include <Eigen/Core>
#include <bench/BenchTimer.h>