Changeset 283bb9f in mainline for kernel/generic/include

Timestamp:
2025-09-18T13:50:14Z (3 months ago)
Author:
Martin Decky <martin@…>
Branches:
master
Children:
32ae27bb
Parents:
f9c4c433
Message:

Improve the GCD/LCM implementations

Use a faster variant of the Euclid's algorithm to compute the greatest
common divisor.

Use a better variant of the least common multiple computation that
implicitly avoids overflows.

(No files)

Note: See TracChangeset for help on using the changeset viewer.