[x264-devel] [PATCH] msvc workaround against SSE2 deblocking issue

Gabriel Bouvigne gabriel.bouvigne at joost.com
Thu Jun 12 10:36:29 CEST 2008


I've found a few info about various stack alignments there: 
http://www.agner.org/optimize/calling_conventions.pdf (see section 5)

Summary:

* x64 => mod16
* x86, gcc 3.x and upper, Linux and MacOS => mod16
* x86, gcc 2.x, Linux and MacOS => mod4
* x86, gcc 3.x and upper, Win32 => mod4?
* x86, ICL => mod4
* x86, Msvc, Win32 => mod4


More information about the x264-devel mailing list