On Sun, Aug 23, 2015 at 8:27 PM, Anton Khirnov <[email protected]> wrote: > Quoting James Almer (2015-08-22 23:58:41) >> You need to use the d suffix >> instead of q on the register names to make sure the high bits are cleared. > > Eh? Perhaps I'm misunderstading something, but I'd expect that using d > here would do exactly the opposite and keep the random data in the high bits.
Operations on 32-bit registers zeroes the high bits of the register. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
