Makes silk_ADD_SAT32() conform to the C standard
This changes the saturation test to ensure that it relies on the unsigned overflow behaviour (which is allowed) rather than the signed overflow behaviour (which is undefined).
Loading
Please register or sign in to comment