This repository was archived by the owner on Apr 28, 2025. It is now read-only.
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
specify MSRV #279
Closed
Description
Currenly only the edition 2018
is specified, which implicitly sets the MSRV to 1.31.0
, but libm doesn't compile with that version.
The first compatble rust version is 1.43.0
, when the associated EPSILON constant was stabilized, which is used in the rint / rintf modules.
And it also fixes another compilation error while trying to load the limb_helper module.
Metadata
Metadata
Assignees
Labels
No labels