openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

arm64ec simd issue - Latest VS2022 update #8201

Open danoli3 opened 3 days ago

danoli3 commented 3 days ago

To fix:

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