summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/MachDeps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/MachDeps.h b/includes/MachDeps.h
index 4c86e19ed9..f176ef8def 100644
--- a/includes/MachDeps.h
+++ b/includes/MachDeps.h
@@ -100,8 +100,10 @@
#ifndef WORD_SIZE_IN_BITS
#if SIZEOF_HSWORD == 4
#define WORD_SIZE_IN_BITS 32
+#define WORD_SIZE_IN_BITS_FLOAT 32.0
#else
#define WORD_SIZE_IN_BITS 64
+#define WORD_SIZE_IN_BITS_FLOAT 64.0
#endif
#endif