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
Line 172 of double.jl should be changed to t0 = x_hi * y_lo
instead of t0 = x_lo * y_lo
otherwise the algorithm is NOT correct (you can check algorithm 11 in the reference paper).
The text was updated successfully, but these errors were encountered:
Line 172 of double.jl should be changed to
t0 = x_hi * y_lo
instead of
t0 = x_lo * y_lo
otherwise the algorithm is NOT correct (you can check algorithm 11 in the reference paper).
The text was updated successfully, but these errors were encountered: