Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StackOverflowError from @fastmath #94

Open
ChrisRackauckas opened this issue Sep 26, 2016 · 0 comments
Open

StackOverflowError from @fastmath #94

ChrisRackauckas opened this issue Sep 26, 2016 · 0 comments

Comments

@ChrisRackauckas
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant