SIMDRegister<float> issue on AAX

Everytime my compiled AAX plugin on OSX uses
juce::dsp::IIR<SIMDRegister<float>> and a ProTools channel has high delay compensation (red sign) the output locks and the plugin starts glitching. Tried disabling optimizations and link-time optimization but not solves the problem.

Swapping the filters to IIR Filter<float> solves the problem.

What could be the real problem?

Thank you in advance