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
Undefined behavior detected when Mlucas is compiled on Windows with Clang and UBSan enabled:
../src/threadpool.c:452:5: runtime error: call to function mers_process_chunk through pointer to incorrect function type 'void (*)(void *, int)'
../src/threadpool.c:452:5: runtime error: call to function fermat_process_chunk through pointer to incorrect function type 'void (*)(void *, int)'
The text was updated successfully, but these errors were encountered:
Undefined behavior detected when Mlucas is compiled on Windows with Clang and UBSan enabled:
The text was updated successfully, but these errors were encountered: