Commits
Jean-Marc Valin committed 94a4989cdbb
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).