Skip to content

Fix undefined behavior for generating inputs to the predux_mul test.

Antonio Sánchez requested to merge cantonios/eigen:ub into master

For a packet size of 1, we had a signed int overflow cast that was causing some tests to fail. Fixing the input allows the test to pass.

Merge request reports