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
MPFR can be compiled in single-threaded mode, in which case all MPFR function synchronize. The relevant code (which requires ffi/unsafe and math/private/bigfloat/mpfr) is:
This returns #t if MPFR is multi-threaded and #f if it's single-threaded. Perhaps Herbie should warn if you ask for threads but your MPFR is single-threaded.
The text was updated successfully, but these errors were encountered:
MPFR can be compiled in single-threaded mode, in which case all MPFR function synchronize. The relevant code (which requires
ffi/unsafe
andmath/private/bigfloat/mpfr
) is:This returns
#t
if MPFR is multi-threaded and#f
if it's single-threaded. Perhaps Herbie should warn if you ask for threads but your MPFR is single-threaded.The text was updated successfully, but these errors were encountered: