Skip to content

Commit

Permalink
Update op_ddfp_dd.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored Mar 9, 2019
1 parent 832461e commit 4e3b345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/ops/op_ddfp_dd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
@inline function mul_ddfp_dd(x::Tuple{T,T}, y::T) where {T<:IEEEFloat}
hi, lo = x
hihi, hilo = two_prod(y, hi)
lohi, lolo = two_prod(y, lo)
lohi, lolo = two_prod(y, lo)v
hi, lo = two_sumof4(hihi, hilo, lohi, lolo)
return hi, lo
end
Expand Down

0 comments on commit 4e3b345

Please sign in to comment.