aboutsummaryrefslogtreecommitdiffstats
path: root/src/internals.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-12 20:41:10 +0100
committerMattias Andrée <maandree@kth.se>2016-03-12 20:41:22 +0100
commitfa8d9c7e2be2b8953d1d3f2732c34741debd133a (patch)
tree12b9312eb979c8fa9e1208696d2cec23e3bbedb9 /src/internals.h
parent64-bit chars out-perform 32-bit chars on almost all operations, and on all expensive operations (diff)
downloadlibzahl-fa8d9c7e2be2b8953d1d3f2732c34741debd133a.tar.gz
libzahl-fa8d9c7e2be2b8953d1d3f2732c34741debd133a.tar.bz2
libzahl-fa8d9c7e2be2b8953d1d3f2732c34741debd133a.tar.xz
64 bits (severely) outshines 16 bits and 8 bits in performance: do some cleanup
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/internals.h')
-rw-r--r--src/internals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/internals.h b/src/internals.h
index b4e6039..25a640a 100644
--- a/src/internals.h
+++ b/src/internals.h
@@ -40,7 +40,6 @@
#define LIST_CONSTS\
X(libzahl_const_1e19, zsetu, 10000000000000000000ULL) /* The largest power of 10 < 2⁶⁴. */\
- X(libzahl_const_1e9, zsetu, 1000000000ULL) /* The largest power of 10 < 2³². */\
X(libzahl_const_1, zsetu, 1)\
X(libzahl_const_2, zsetu, 2)\
X(libzahl_const_4, zsetu, 4)