summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@digia.com>2016-12-12 23:53:22 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2016-12-13 05:14:32 +0000
commitbb0f29f82b934b489f1679b7b72f094aa287be3c (patch)
treed5261b8283dfa5383509628373d9e125eb040f57 /src/src.pro
parent4c0760d327e390a37d0d6ce2016d3a8c5b87a119 (diff)
Fix gcc 6.4 builds
The builtins clzs and ctzs have been removed. Additionally they were never proper internal GCC builtins and shouldn't have been used in a constexpr function in the first place. This patch removes the assumption that they exist when BMI is available, and let GCC fall back to using __builtin_clz and __builtin_ctz. Change-Id: I3e0b4e246098bb9ce6ede28b311948260ef881b9 Task-number: QTBUG-56813 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/src.pro')
0 files changed, 0 insertions, 0 deletions