freetype2/src/smooth
David Turner e44330d49a [smooth] Fix compilation for x86_32.x86 ABI
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.

https://gitlab.freedesktop.org/freetype/freetype/-/issues/1071
2021-07-16 11:12:13 +02:00
..
ftgrays.c [smooth] Fix compilation for x86_32.x86 ABI 2021-07-16 11:12:13 +02:00
ftgrays.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftsmerrs.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftsmooth.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftsmooth.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
module.mk Update all copyright notices. 2021-01-17 07:18:48 +01:00
rules.mk Update all copyright notices. 2021-01-17 07:18:48 +01:00
smooth.c Update all copyright notices. 2021-01-17 07:18:48 +01:00