diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-03-14 17:56:37 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-03-14 17:56:37 +0100 |
| commit | b2c44d8c961090c2773f3a98d12fcafc7f5c5b2b (patch) | |
| tree | 8d7d19fd6ebd768023b3030d3e7b69d985fbf1c5 /src/zcmpu.c | |
| parent | Fix so that no workaround is required. (diff) | |
| download | libzahl-b2c44d8c961090c2773f3a98d12fcafc7f5c5b2b.tar.gz libzahl-b2c44d8c961090c2773f3a98d12fcafc7f5c5b2b.tar.bz2 libzahl-b2c44d8c961090c2773f3a98d12fcafc7f5c5b2b.tar.xz | |
Mostly optimisations
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/zcmpu.c')
| -rw-r--r-- | src/zcmpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zcmpu.c b/src/zcmpu.c index 40e33b6..8bba692 100644 --- a/src/zcmpu.c +++ b/src/zcmpu.c @@ -3,7 +3,7 @@ int -zcmpu(z_t a, unsigned long long int b) +zcmpu(z_t a, uint64_t b) { if (unlikely(!b)) return zsignum(a); |
