[PATCH] mpn/generic/perfsqr: Improve alternate (currently disabled) test.

David Sparks sparks05 at proton.me
Sun Feb 15 18:37:39 CET 2026


On Saturday, February 14th, 2026 at 18:10, David Sparks <sparks05 at proton.me> wrote:
> +      if (lo & 6 != 0)

This should have been "if ((lo & 6) != 0)", of course.
Sorry about that.



More information about the gmp-devel mailing list