The PADD128 symbol might be defined conditionally based on SIMD support macros (e.g., FT_CONFIG_OPTION_SIMD).
Look into freetype's smooth.c or other related source files for:
c
Copy code
#ifdef FT_CONFIG_OPTION_SIMD
// PADD128 definition or usage
#endif
To fix: