libzahl

big integer library
git clone git://git.suckless.org/libzahl
Log | Files | Refs | README | LICENSE

commit 57a300ec29469afdd9c267b00b55701888114e0a
parent 2032831f83953dd23e3b7e393d1da258ce37cb6e
Author: Mattias Andrée <maandree@kth.se>
Date:   Mon,  9 May 2016 21:58:03 +0200

Nope, that was not the case, just stupid packaging, build it yourself and everything is fine.

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Mdoc/what-is-libzahl.tex | 11+++++------
1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/doc/what-is-libzahl.tex b/doc/what-is-libzahl.tex @@ -50,12 +50,11 @@ TomsFastMath (tfm) and Hebimath. All of these have problems: \begin{itemize} \item GNU MP is extremely bloated, can only be complied with -GCC, can only be dynamically linked by default, it is -required to opt in for static linking, and requires that -you use glibc unless another C standard library was used -when GNU MP was compiled. Additionally, whilst its -performance is generally good, it can still be improved. -Furthermore, GNU MP cannot be used for robust applications. +GCC, and requires that you use glibc unless another C +standard library was used when GNU MP was compiled. +Additionally, whilst its performance is generally good, +it can still be improved. Furthermore, GNU MP cannot be +used for robust applications. \item LibTomMath is very slow, infact performance is not its