faust icon indicating copy to clipboard operation
faust copied to clipboard

Incorrect interval computation

Open sletz opened this issue 3 years ago • 0 comments

import("stdfaust.lib");
process = no.noise;

produce an incorrect [0, inf] interval. Most probably caused by integer computation producing overflow, which are not properly handled.

See: https://gcc.gnu.org/onlinedocs/gcc/Integer-Overflow-Builtins.html

sletz avatar Apr 25 '22 10:04 sletz