On Wed, Jun 02, 2021 at 05:13:16PM -0500, Paul A. Clarke wrote: > + for (i = 0; i < NUM; i++) > + src.s[i] = i * i - 68 * i + 1200;
Could you do tests with some identical elements as well? Because that is where I think it fails on BE currently. Segher