| http://www.w3.org/ns/prov#value | - Note that flags are set according to the result prior to saturation and that for unsigned saturation, the carry flag (C) indicates overflow.Flags affected: if unconditional or test bit is set, then update N, Z, C,OV, LTExample: // This example illustrates a 32-bit saturating add (using the 16-bit ALU & add w/carry)mode(unsignedSat,,,,); // Set desired saturation mode (in this case unsi
|