[x264-devel] [PATCH] zigzag SSE2
Holger Lubitz
Holger.Lubitz at Informatik.Uni-Oldenburg.DE
Fri May 2 15:41:50 CEST 2008
> - x264-timeasm.diff contains timeasm, a timing code to check the effects of
> the changes made. The program is a hack, it does no checks and was tested
> only on linux x86/x86-64 using gcc.
ah, one more comment. you do the rdtsc after synchronizing with cpuid.
you'll see more interesting results without, because the latency of the
final writes is likely to be hidden. and if you want it synchronized
you can have that without cpuid if you use rdtscp.
holger
More information about the x264-devel
mailing list