В сообщении от Tuesday 23 October 2007 05:12:28 SIEGERSTEIN написал(а):

> [encode_x264.so] using cpu capabilities: MMX MMXEXT SSE SSE2 3DNow!
> Floating point exception
> $

OK. I understand. By default, transcode compile with 3DNow! support:

$ ./configure --help
...
  --enable-mmx            enable MMX code portions (yes)
  --enable-3dnow          enable 3DNow code portions (yes)
  --enable-sse            enable SSE code portions (yes)
  --enable-sse2           enable SSE2 code portions (yes)
  --enable-altivec        enable Altivec code portions (yes)
...

May be so "Floating point exception" is take effect?

I have Intel Pentium Presott Processor, so there is no 3DNow! instruction.

I recompile transcode with --disable-3dnow, but take the same result.
Is this right option? Why it not working? Why encode_x264.so build with 3DNow! 
support ?

Best, 



Reply via email to