aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-04-29 21:54:39 +0200
committerMattias Andrée <maandree@kth.se>2016-04-29 21:55:15 +0200
commit4bba6e7176632b4d760ba9362a1515552471d741 (patch)
treeedd86d32b0867990bf953568164800391b769589 /Makefile
parentrefsheet: fix type of second parameter for zseti, zsetu, zcmpi, and zcmpu (diff)
downloadlibzahl-4bba6e7176632b4d760ba9362a1515552471d741.tar.gz
libzahl-4bba6e7176632b4d760ba9362a1515552471d741.tar.bz2
libzahl-4bba6e7176632b4d760ba9362a1515552471d741.tar.xz
Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmark
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile34
1 files changed, 17 insertions, 17 deletions
diff --git a/Makefile b/Makefile
index 406209d..5e4ace9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ include config.mk
HDR_PUBLIC =\
zahl.h\
- zahl-internals.h\
- zahl-inlines.h
+ zahl-inlines.h\
+ zahl-internals.h
HDR_PRIVATE =\
src/internals.h
@@ -33,12 +33,9 @@ FUN =\
zptest\
zrand\
zrsh\
- zsave\
zset\
zsets\
- zsetu\
zsetup\
- zsplit\
zsqr\
zstr\
zstr_length\
@@ -48,24 +45,27 @@ FUN =\
zxor
INLINE_FUN =\
- zinit\
- zswap\
- zeven\
- zodd\
- zeven_nonzero\
- zodd_nonzero\
- zzero\
- zsignum\
zabs\
- zneg\
- zlsb\
zbits\
- zseti\
+ zbtest\
zcmp\
zcmpi\
zcmpmag\
zcmpu\
- zbtest
+ zeven\
+ zeven_nonzero\
+ zinit\
+ zlsb\
+ zneg\
+ zodd\
+ zodd_nonzero\
+ zsave\
+ zseti\
+ zsetu\
+ zsignum\
+ zsplit\
+ zswap\
+ zzero
DOC =\
refsheet.pdf