diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-18 07:53:21 +0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-10-19 21:55:09 +0200 |
commit | 334a9f16cd1d1f9694f885c759903a41aa3d4833 (patch) | |
tree | 4a40e181386131b6a535adecc2649cd61060ac3a /config_host | |
parent | 2c41e9924120ec2e399de9b4d8248f25712ae400 (diff) |
tdf#113211: fix calculations with big integers
... and munbers with few fractional bits
Change-Id: I86c3e8021e803fed498fae768ded9c9e5337c8bd
Reviewed-on: https://gerrit.libreoffice.org/43477
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_global.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in index 850792479644..0a7912e6dd69 100644 --- a/config_host/config_global.h.in +++ b/config_host/config_global.h.in @@ -14,6 +14,7 @@ Any change in this header will cause a rebuild of almost everything. #define HAVE_CXX14_CONSTEXPR 0 #define HAVE_GCC_BUILTIN_ATOMIC 0 +#define HAVE_GCC_BUILTIN_FFS 0 /* _Pragma */ #define HAVE_GCC_PRAGMA_OPERATOR 0 #define HAVE_GCC_DEPRECATED_MESSAGE 0 |