> From: Maxime Taisant <maximetais...@hotmail.fr> > > > From: Ivan Kalvachev <ikalvac...@gmail.com> > > > > On 8/8/17, maxime taisant <maximetais...@hotmail.fr> wrote: > > > From: Maxime Taisant <maximetais...@hotmail.fr> > > > > > > + movups m2, [lineq+2*j0q-24] > > > + movups m5, [lineq+2*j0q-8] > > > + shufps m2, m5, 0xDD > > > + addps m2, m1 > > > + mulps m2, m3 > > > + subps m0, m2 > > > + movups m4, m1 > > > + shufps m1, m0, 0x44 ; 0100'0100 q1010 > > Is that movlhps m1, m0 ? > > No, this command place the first two values of m1 in the last two > doublewords of m1, and the first two values of m0 in the first two > doublewords of m1. > Movhlps would simply replace the first two values of m1 by the ones > of m0. >
Ok, so everything I said here is wrong... You were right, that IS movlhps m1, m0. Will change that, sorry. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel