Imported Upstream version 1.4
[deb_x265.git] / source / common / x86 / README.txt
CommitLineData
72b9787e
JB
1The ASM source here is directly pulled from the x264 project with two\r
2changes:\r
3\r
41 - FENC_STRIDE must be increased to 64 in x86util.asm because of HEVC's\r
5 larger CU sizes\r
62 - Because of #1, we must rebrand the functions with x265_ prefixes in\r
7 x86inc.asm (private_prefix) and pixel-a.asm (mangle(x265_pixel_ssd))\r
83 - We have modified the MMX SSD primitives to use EMMS before returning\r
94 - We have added some new SATD block sizes for SSE3\r
10\r
11Current assembly is based on x264 revision:\r
12 configure: Support cygwin64\r
13 Diogo Franco (Kovensky) <diogomfranco@gmail.com>\r
14 2013-07-23 22:17:44 -0300\r