v2.6 +multi-threading

This commit is contained in:
alex
2015-06-09 19:54:38 +01:00
parent 2364bbf6b9
commit 523cb1e736
10 changed files with 309 additions and 230 deletions

View File

@@ -4,7 +4,7 @@ CC = gcc
CXX = g++
CFLAGS = -Wall -O3 -s -ffast-amth
CXXFLAGS = -Wall -O3 -s -ffast-math
LIBS = -lm
LIBS = -lm -lpthread
VPATH = models
objects = main.o cost.o ecc33.o ericsson.o fspl.o hata.o itwom3.0.o \