Skip to content

Tags: flintlib/flint

Tags

v3.2.1

This patch fixes:

* Recognition of AMD Zen during configuration

v3.2.0

This release includes the new modules `mpn_mod` and `nfloat` for packed

fixed-size modulo arithmetic and packed fixed-size floating-point
arithmetic, respectively.  Moreover, it includes major work on the `gr`
modules.

For a complete changeset, see https://flintlib.org/doc/history.html.

v3.2.0-rc2

Second release candidate of FLINT v3.2.0

This includes the new modules `mpn_mod` and `nfloat` for packed
fixed-size modulo arithmetic and packed fixed-size floating-point
arithmetic, respectively.  Moreover, it includes major work on the `gr`
modules.

For a complete changeset, see https://flintlib.org/doc/history.html.

v3.2.0-rc1

First release candidate of FLINT v3.2.0

This includes the new modules `mpn_mod` and `nfloat` for packed
fixed-size modulo arithmetic and packed fixed-size floating-point
arithmetic, respectively.  Moreover, it includes major work on the `gr`
modules.

For a complete changeset, see https://flintlib.org/doc/history.html.

v3.1.3-p1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1999 from edgarcosta/release-version-3.1

3.1.3-p1

v3.1.3

Fix bugs in the `fq_default` context initialisers

nightly

Some explanations for mpn_ctx_mpn_mul

v3.1.2

Remove the use of ldconfig in configuration and build

v3.1.1

Call this v3.1.1

v3.1.0

Add option for setting -march=ARCH

Thanks to @tornaria for bringing this up