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
SIUnits.jl is incompatible with @fastmath. Here's a small example showing how to get the StackOverflowError (requires that you have optimized Julia to your system, like re-built the system image, and I can only get this error on Linux but not Windows)
using SIUnits, SIUnits.ShortUnits
u =1.5N
halfΔt =0.03125s
tmp2 = .25N/s
u+halfΔt*tmp2
@fastmath u+halfΔt*tmp2
The text was updated successfully, but these errors were encountered:
SIUnits.jl is incompatible with
@fastmath
. Here's a small example showing how to get the StackOverflowError (requires that you have optimized Julia to your system, like re-built the system image, and I can only get this error on Linux but not Windows)The text was updated successfully, but these errors were encountered: