diff options
author | Matt Turner <mattst88@gmail.com> | 2008-11-16 02:47:07 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-11-16 02:47:07 +0000 |
commit | 761470f9b51f2df8d25baf6060a7acfd333ba698 (patch) | |
tree | 558196b2821bef0d9a9e517ec45d1c3151a17497 /Makefile | |
parent | 2861edd74c9c21fb98da6fafe38718126a0bd99f (diff) |
Delete hardware.h, move prototype directly into cleanbench.c
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@64 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ CC=gcc CFLAGS=-O3 -march=k8 -msse3 -ftree-vectorize -funroll-loops -pipe -static -Wunused #CC=icc -#CFLAGS=-O2 -ip -xP -gcc -static +#CFLAGS=-O3 -ipo -xP -gcc -static LINKFLAGS= 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 |