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
Issue is linked to the use of CRYPTOPP_DISABLE_ASM when the compiler is MSVC or clang. It seems that GNU compilers have their internal implementation of the undefined symbols with the other two compilers.
New implementation of checks for intel intrinsics with XGETBV64 and CPUID64 broke the builds on windows and msys.
https://github.com/abdes/cryptopp-cmake/actions/runs/6377366481/job/17305897732#step:11:850
The text was updated successfully, but these errors were encountered: