Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).
I've got an app drawn out in VisualAudio using AGC (AGCmaxAbs, AGCLimiterCore, AGCMultiplier). Compiles and works OK in debug on EZLite 21262. However, when I try to run the release version it only processes a tiny amount of audio data before going silent. I cannot find a setting of the AGC where it works normally. The only difference I can see is a warning issued during the compile that says something like: "loop would vectorize if alignment were known...", which I assume is a suggestion for making the code more efficient? Anyone any ideas what's happening? Dirk