[x265] [PATCH 2 of 3] asm: reenable IACA support, it remove by 'inappropriate instruction...' patch

Min Chen chenm003 at 163.com
Fri Sep 5 03:59:48 CEST 2014


# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1409882347 25200
# Node ID c6ba4d4834a73dfbc57d14f74936ab7f49a0c24d
# Parent  809782d90535d2b44b97361ba9d94e5103c13138
asm: reenable IACA support, it remove by 'inappropriate instruction...' patch

diff -r 809782d90535 -r c6ba4d4834a7 source/common/x86/x86inc.asm
--- a/source/common/x86/x86inc.asm	Thu Sep 04 18:58:30 2014 -0700
+++ b/source/common/x86/x86inc.asm	Thu Sep 04 18:59:07 2014 -0700
@@ -1480,3 +1480,15 @@
 %endif
 %endmacro
 %endif
+
+
+%macro IACA_START 0
+    mov ebx, 111
+    db 0x64, 0x67, 0x90
+%endmacro
+
+%macro IACA_END 0
+    mov ebx, 222
+    db 0x64, 0x67, 0x90
+%endmacro
+



More information about the x265-devel mailing list