From 92be5631d8e319babf5cca49f53ea5e692c54793 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 15 Mar 2016 00:20:00 +0100 Subject: Optimisations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/zcmpu.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/zcmpu.c (limited to 'src/zcmpu.c') diff --git a/src/zcmpu.c b/src/zcmpu.c deleted file mode 100644 index 8bba692..0000000 --- a/src/zcmpu.c +++ /dev/null @@ -1,14 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -#include "internals.h" - - -int -zcmpu(z_t a, uint64_t b) -{ - if (unlikely(!b)) - return zsignum(a); - if (unlikely(zsignum(a) <= 0)) - return -1; - zsetu(libzahl_tmp_cmp, b); - return zcmp(a, libzahl_tmp_cmp); -} -- cgit v1.2.3-70-g09d2