Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
Using C++ compiler: g++Processor capabilities: athlon-xp ( mmx sse sse2 )Trying various FFdecsa optimizations... PARALLEL_32_INT: 42 PARALLEL_64_2INT: 29 PARALLEL_64_LONG: 24 PARALLEL_64_MMX: 30 PARALLEL_128_2LONG: 32 PARALLEL_128_2MMX: 30 PARALLEL_128_SSE: 32 PARALLEL_128_SSE2: 67best guess = PARALLEL_128_SSE2writing FFdecsa compile options to FFdecsa.make
##### compiling with g++ gives a little more speed# !!!!!!!!!!! be aware that gcc=>4 gives half speed than gcc=>3.3.3 on 32bit cpu !!!!!!!!!!!!COMPILER=g++#COMPILER=g++34# !!!!!!!!!!! Adapt the following flags to your cpu !!!!!!!!!!!!!!!!!!!!!!!!!!FLAGS=-O3 -fexpensive-optimizations -funroll-loops -mmmx -msse -msse2FLAGS += -march=athlon-xp
//////// our choice //////////////// our choice //////////////// our choice //////////////// our choice ////////#define PARALLEL_MODE PARALLEL_128_SSE//////// our choice //////////////// our choice //////////////// our choice //////////////// our choice ////////