freetype2/src/smooth
Ben Wagner a842a0984b [smooth] Detect SSE2 with MSVC for x86
MSVC does not set `__SSE2__`. Instead one must check whether `_M_IX86_FP` is
defined and greater than or equal to 2.

* src/smooth/ftgrays.c (FT_SSE2): New macro.
Use it where appropriate.
2021-08-27 09:20:26 +02:00
..
ftgrays.c [smooth] Detect SSE2 with MSVC for x86 2021-08-27 09:20:26 +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