Skip to content

Commit

Permalink
Fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahao committed Oct 21, 2015
1 parent 9c02781 commit 91bcccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/linalg/generic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ end

if nrm δ #Safe to multiply with inverse
invnrm = inv(nrm)
scale!(v, invrm)
scale!(v, invnrm)

else #Divide by norm; slower but more correct
#Note 2015-10-19: As of Julia 0.4, @simd does not vectorize floating
Expand Down

0 comments on commit 91bcccd

Please sign in to comment.