Skip to content

Commit

Permalink
Update history
Browse files Browse the repository at this point in the history
  • Loading branch information
albinahlback committed Jan 20, 2025
1 parent b34fe28 commit a085ebd
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions doc/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ FLINT version history
-------------------------------------------------------------------------------

Main contributors: Albin Ahlbäck (AA), Bill Allombert (BA), Ricardo Buring
(RB), Edgar Costa (EC), Tommy Hofmann (TH), Max Horn (MH), Fredrik Johansson
(FJ), Marc Mezzarobba (MM), Jake Moss (JM), Vincent Neiger (VN), Giacomo Pope
(GP), Daniel Schultz (DS).
(RB), Edgar Costa (EC), Tobias Diez (TD), Isuru Fernando (IF), Tommy Hofmann
(TH), Max Horn (MH), Fredrik Johansson (FJ), Marc Mezzarobba (MM), Jake Moss
(JM), Vincent Neiger (VN), Giacomo Pope (GP), Daniel Schultz (DS).

* Features

Expand Down Expand Up @@ -179,6 +179,8 @@ Main contributors: Albin Ahlbäck (AA), Bill Allombert (BA), Ricardo Buring
* Patch certain tests who caused segfaults during compilations in Clang (AA).
* Avoid inline assembly for big ``aors_n`` in GCC on ARM since they lack
enough registers to compile this (AA).
* Fix wrong arithmetic function used in ``n_is_probabprime_lucas`` (FJ,
reported by Mikhail Hogrefe).

* Build system

Expand Down Expand Up @@ -209,6 +211,9 @@ Main contributors: Albin Ahlbäck (AA), Bill Allombert (BA), Ricardo Buring
* Don't assume AVX is available if user specified their own CFLAGS (AA).
* Use ``cp -pRP`` instead of ``cp -a`` in Make as the latter is not supported
by POSIX, causing installation failures on some systems (AA).
* Add C11 atomics for MSVC builds (IF).
* Recognize Apple M3 and Apple M4 (Pro) in ``config.guess`` (AA).
* Fix static build for MSVC (IF, TD).

* Tests

Expand Down Expand Up @@ -335,6 +340,11 @@ Main contributors: Albin Ahlbäck (AA), Bill Allombert (BA), Ricardo Buring
(Michael Orlitzky).
* Add newlines to end of files that where missing them (AA).
* Add ``mpn_extras/inlines.c`` (AA).
* Replace compound literal with a struct to accommodate MSVC (TD).
* Cast pointers in `machine_vectors.h` to suppress warnings about
incompatible pointers (AA).
* Make GCC pragmas dispatch only for GCC (AA).
* Comment out unused static functions (AA).

* Continuous integration

Expand Down

0 comments on commit a085ebd

Please sign in to comment.