PMskipGuards used wrongly in CF + PMskipGuards implemented wrongly
This function does not work with -check c enabled when we add the 'export all' line.
module ExportBug;
use Structures: {complex, zero, sel};
export all; // This breaks the compiler with -check c enabled
inline
complex[.] scnrm2(int n, complex[.] x, int incx)
{
return {i -> x[i] | [0] <= i < [n];
i -> zero() | i < [n]};
}
sac2c 1.3.3-MijasCosta-1187-gd6b95 build-type: RELEASE built-by: "rubenhensen" at 2024-04-06T22:46:02