Skip to content

Tags: vneiger/flint

Tags

v3.2.1

Toggle v3.2.1's commit message
This patch fixes:

* Recognition of AMD Zen during configuration

v3.2.0

Toggle v3.2.0's commit message
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

Toggle v3.2.0-rc2's commit message
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

Toggle v3.2.0-rc1's commit message
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

Toggle v3.1.3-p1's commit message

Verified

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

3.1.3-p1

v3.1.3

Toggle v3.1.3's commit message
Fix bugs in the `fq_default` context initialisers

nightly

Toggle nightly's commit message
Some explanations for mpn_ctx_mpn_mul

v3.1.2

Toggle v3.1.2's commit message
Remove the use of ldconfig in configuration and build

v3.1.1

Toggle v3.1.1's commit message
Call this v3.1.1

v3.1.0

Toggle v3.1.0's commit message
Add option for setting -march=ARCH

Thanks to @tornaria for bringing this up