MMX instruction to add packed bytes with unsigned saturation.

A MMX register or 64 bit memory location is added to a MMX register, bytewise, with signed saturation. byte values which would be over 255 are clamped to 255; negative values become 0.

Compare PADDUSW, PADDUSD, PADDSB, PADDB.

Log in or register to write something here or to contact authors.