Merge remote branch 'seb/sse' into sse

pull/1/head
Sebastian Held 2010-04-21 15:40:12 +02:00
commit 0e48f2d9cc
1 changed files with 5 additions and 3 deletions

View File

@ -39,7 +39,8 @@ SOURCES += main.cpp \
FDTD/engine_multithread.cpp \ FDTD/engine_multithread.cpp \
FDTD/operator_cylinder.cpp \ FDTD/operator_cylinder.cpp \
FDTD/engine_cylinder.cpp \ FDTD/engine_cylinder.cpp \
FDTD/engine_sse.cpp FDTD/engine_sse.cpp \
FDTD/operator_sse.cpp
HEADERS += tools/ErrorMsg.h \ HEADERS += tools/ErrorMsg.h \
tools/AdrOp.h \ tools/AdrOp.h \
tools/constants.h \ tools/constants.h \
@ -54,9 +55,10 @@ HEADERS += tools/ErrorMsg.h \
examples/FDTD_examples.h \ examples/FDTD_examples.h \
openems.h \ openems.h \
FDTD/engine_multithread.h \ FDTD/engine_multithread.h \
FDTD/operator_cylinder.h \ FDTD/operator_cylinder.h \
FDTD/engine_cylinder.h \ FDTD/engine_cylinder.h \
FDTD/engine_sse.h FDTD/engine_sse.h \
FDTD/operator_sse.h
QMAKE_CXXFLAGS_RELEASE = -O3 \ QMAKE_CXXFLAGS_RELEASE = -O3 \
-g \ -g \
-march=native -march=native