The code assumed that if `__SSE2__` is defined, then 64-bit integer types are available. This is not the case apparently for certain multilib compiler targets like 'x86_32.x86' used by Gentoo. This patch fixes the issue by disabling the special code path when 64-bit integer types are not available. Fixes #1071.1076-regression-ft_render_glyph-returns-error-when-trying-to-render-bitmap-otb-fonts
parent
7bc0f48c27
commit
357b353c2a
2 changed files with 24 additions and 1 deletions
Loading…
Reference in new issue