When broadcasting some operations, Julia will get stuck. Example: ```julia using StaticArrays u0 = @SMatrix rand(4,2) reltol = 0.003 uprev = u0 u = u0 max.(abs.(u),abs.(uprev)) .* reltol ``` This is tested on the latest release (on v0.6-rc2) and on StaticArrays master.