/perf/ssebench

To get this branch, use:
bzr branch http://darksoft.org/webbzr/perf/ssebench

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Suren A. Chilingaryan
  • Date: 2015-05-13 00:28:26 UTC
  • Revision ID: csa@suren.me-20150513002826-qqkka0gzrywgvbry
Add multipage avx copy and hugepage mmap allocation

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#BINARIES = dbl2flt image_mean memcpy
4
4
#BINARIES = image_mean
5
5
#CFLAGS = 
6
 
CFLAGS = -O2 -pthread -fopenmp -std=c99 -I/opt/cuda/include -march=native  -mfpmath=sse -ftree-vectorize -ffast-math -fno-builtin
 
6
#CFLAGS = -O2 -pthread -fopenmp -std=c99 -I/opt/cuda/include -march=native  -mfpmath=sse -ftree-vectorize -ffast-math -fno-builtin
 
7
CFLAGS = -O0 -pthread -fopenmp -std=c99 -I/opt/cuda/include -march=native  -mfpmath=sse -ftree-vectorize -ffast-math -fno-builtin -gdwarf-2 -g3 
7
8
LDFLAGS = -lpthread
8
9
#CFLAGS = -O3 -S -c
9
10
#CFLAGS = -O3 -march=nocona
10
11
#CFLAGS = -O3 --unroll-loops -mfpmath=sse -march=nocona -ftree-vectorize -msse3
11
12
#CFLAGS = -O3 -mfpmath=sse -march=nocona -ftree-vectorize -msse3
12
13
LIBS = -lm 
13
 
#-lcuda -lcudart -L/opt/cuda/lib64
 
14
#LIBS = -lm -lcuda -lcudart -L/opt/cuda/lib64
14
15
 
15
16
 
16
17
all: $(BINARIES)