On 03/16, Min Chen wrote: > # HG changeset patch > # User Min Chen <[email protected]> > # Date 1426532442 25200 > # Node ID d33fc159951225e42889071ef3d877d23f693197 > # Parent 74496ce5d8ba9577410875703fef3f4a96362f7c > asm: remove unused IACA test code
pushed to stable > --- > 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 > > > > ;----------------------------------------------------------------------------- > > _______________________________________________ > x265-devel mailing list > [email protected] > https://mailman.videolan.org/listinfo/x265-devel -- Steve Borho _______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
