[x265] [PATCH] asm: remove unused IACA test code

Min Chen chenm003 at 163.com
Mon Mar 16 20:00:49 CET 2015


# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1426532442 25200
# Node ID d33fc159951225e42889071ef3d877d23f693197
# Parent  74496ce5d8ba9577410875703fef3f4a96362f7c
asm: remove unused IACA test code
---
 source/common/x86/pixel-util8.asm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff -r 74496ce5d8ba -r d33fc1599512 source/common/x86/pixel-util8.asm
--- a/source/common/x86/pixel-util8.asm	Mon Mar 16 10:47:09 2015 +0530
+++ b/source/common/x86/pixel-util8.asm	Mon Mar 16 12:00:42 2015 -0700
@@ -614,7 +614,6 @@
     RET
 
 
-IACA_START
 %if ARCH_X86_64 == 1
 INIT_YMM avx2
 cglobal quant, 5,5,10
@@ -761,7 +760,6 @@
     movd            eax, xm7
     RET
 %endif ; ARCH_X86_64 == 1
-IACA_END
 
 
 ;-----------------------------------------------------------------------------



More information about the x265-devel mailing list