master
Copyright notice update: added 2025.
Added configure.lineno (generated by configure) to the svn:ignore property of the src directory.
added conversion function from/to __bf16 (supported by gcc and clang)
Updated the "Contributed" lines.
[src/exceptions.c] mpfr_check_range: updated comment about flags.
added memory serialization/deserialization
[src/{get,set}_bfloat16.c] Fixed typos in comments; fit on 80 columns.
Portability: clean up support for binary128 (a.k.a. float128).
Memory allocation: added some debug assertions to ensure size > 0.
[src/mpfr-longlong.h] __int128__ → __int128 for portability (clang).
avoid "signbit" as variable name
[sin_cos] fixed uninitialized value and added comments
mpfr_subnormalize and underflow flag: final clean-up.