diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-05-06 19:00:44 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-05-06 19:00:44 +0200 |
| commit | 4e659044778dfd05a5f5d2b41611e7737a0eb825 (patch) | |
| tree | dc0cb41116b3ff8024bb2c48e26b43bc8c3a4a14 /zahl/internals.h | |
| parent | Make zmul and zsqr (calls low-level functions) inline (diff) | |
| download | libzahl-4e659044778dfd05a5f5d2b41611e7737a0eb825.tar.gz libzahl-4e659044778dfd05a5f5d2b41611e7737a0eb825.tar.bz2 libzahl-4e659044778dfd05a5f5d2b41611e7737a0eb825.tar.xz | |
Make zdiv and zmod (calls zdivmod) inline
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'zahl/internals.h')
| -rw-r--r-- | zahl/internals.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zahl/internals.h b/zahl/internals.h index e0aa248..672dfcd 100644 --- a/zahl/internals.h +++ b/zahl/internals.h @@ -107,6 +107,10 @@ struct zahl { }; +extern struct zahl libzahl_tmp_div[1]; +extern struct zahl libzahl_tmp_mod[1]; + + void libzahl_realloc(struct zahl *, size_t); ZAHL_INLINE void |
