diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-03-13 01:04:48 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-03-13 01:05:00 +0100 |
| commit | 58baaf9eaa1a0519766b9f5aabb510e1e6969d6c (patch) | |
| tree | d0ee04f49deebd2f4940e24dafa1b7d77e273aeb /src/zabs.c | |
| parent | Add possibility to compare against libgmp (diff) | |
| download | libzahl-58baaf9eaa1a0519766b9f5aabb510e1e6969d6c.tar.gz libzahl-58baaf9eaa1a0519766b9f5aabb510e1e6969d6c.tar.bz2 libzahl-58baaf9eaa1a0519766b9f5aabb510e1e6969d6c.tar.xz | |
Make zabs, zneg and zswap inline
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/zabs.c')
| -rw-r--r-- | src/zabs.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/zabs.c b/src/zabs.c deleted file mode 100644 index d4de6c4..0000000 --- a/src/zabs.c +++ /dev/null @@ -1,10 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -#include "internals.h" - - -void -zabs(z_t a, z_t b) -{ - SET(a, b); - SET_SIGNUM(a, !zzero(a)); -} |
