Commits

Rajalakshmi Srinivasaraghavan authored a612e78a97a
POWER: Fix complex dot function failures There are some test failures in complex dot functions when compiling with gcc12. The machine constraints used now do not update all the four elements in the expected result array. Fixing this with a reduced level of optimization. This is not changing any performance numbers but will be converted to C code in future.