[x265] [PATCH] asm: avx2 asm code for dct4

Fiona Glaser fiona at x264.com
Sun Aug 31 09:46:53 CEST 2014


+    movq            xm0, [r0]
+    movq            xm1, [r0 + r2]
+    punpcklqdq      m0, m1

These can be replaced by movq + movhps; it should be one less uop.

Fiona


More information about the x265-devel mailing list