Added transfer function support, yet not colplete

This commit is contained in:
2014-12-13 17:41:11 +01:00
parent 2daac8b652
commit d63a72d82a
9 changed files with 143 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ CXXFLAGS+= -std=c++14
CXXFLAGS+= -pg -fPIC
CXXFLAGS+= -g
CXXFLAGS+= -fPIC -pthread
CXXFLAGS+= -DUSE_SSE2
#CXXFLAGS+= -DUSE_SSE2
OPTIMALIZATION = -O3 -march=native -mtune=native
%.o : %.cpp %.h