From f6cb7f3e7382a19a6d6d9990c243ffb8a666182d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 13 Mar 2016 05:30:01 +0100 Subject: Optimisations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7c5822..60dda0a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ HDR =\ FUN =\ zadd\ zand\ - zbits\ zbset\ zbtest\ zcmp\ @@ -20,7 +19,6 @@ FUN =\ zfree\ zgcd\ zload\ - zlsb\ zlsh\ zmod\ zmodmul\ @@ -61,7 +59,9 @@ INLINE_FUN =\ zzero\ zsignum\ zabs\ - zneg + zneg\ + zlsb\ + zbits OBJ = $(FUN:=.o) allocator.o MAN3 = $(FUN:=.3) $(INLINE_FUN:=.3) -- cgit v1.2.3-70-g09d2