diff options
author | Matt Turner <mattst88@gmail.com> | 2008-11-17 22:00:46 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-11-17 22:00:46 +0000 |
commit | 9cdf45006ed170a6bc9ba946cbe4baedf3732832 (patch) | |
tree | 4b49702544c74d4ec2aca9d9633a364a63046604 /Makefile | |
parent | d064ec35868720e0f29c1fe53a6e688333e71736 (diff) |
Use libproccpuinfo
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@79 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ CC=gcc CFLAGS=-O3 -march=k8 -msse3 -ftree-vectorize -funroll-loops -pipe -static -Wunused -Wextra -Wall -pedantic #CC=icc #CFLAGS=-O3 -ipo -xP -gcc -static -LIBS=-lm +LIBS=-lm -lproccpuinfo OBJS=emfloat.o randnum.o hardware.o cleanbench.o numsort.o stringsort.o bitfield.o fpemulation.o fourier.o assignment.o idea.o huffman.o neural.o linear.o |