libzahl

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

commit dedfc0dd344e1d3a97dc175b3c5bff23c91783cb
parent 32e5d44be2906e7bb73fe3bdcb64c115d187c3c2
Author: Mattias Andrée <maandree@kth.se>
Date:   Fri,  6 May 2016 01:51:47 +0200

Do not use explicit optimisation level on zsave

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

Diffstat:
Mzahl/inlines.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zahl/inlines.h b/zahl/inlines.h @@ -254,7 +254,7 @@ zsplit(z_t high, z_t low, z_t a, size_t delim) } -ZAHL_O2 ZAHL_INLINE size_t +ZAHL_INLINE size_t zsave(z_t a, void *buffer) { if (ZAHL_LIKELY(buffer)) {