You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
To fix:
The text was updated successfully, but these errors were encountered: