-
Notifications
You must be signed in to change notification settings - Fork 9
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
Tamer does not support litteral 'NaN', 'Inf', or '-Inf' #10
Comments
I noticed Using
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It produces the following exception:
Exception in thread "main" java.lang.UnsupportedOperationException: reference to [NaN] in ldivide_test_25 not found
at natlab.tame.callgraph.SimpleFunctionCollection.resolveFunctionsAndCollect(SimpleFunctionCollection.java:224)
at natlab.tame.callgraph.SimpleFunctionCollection.collect(SimpleFunctionCollection.java:189)
at natlab.tame.callgraph.SimpleFunctionCollection.(SimpleFunctionCollection.java:97)
at natlab.tame.BasicTamerTool.analyze(BasicTamerTool.java:58)
at matjuice.Main.main(Main.java:108)
The text was updated successfully, but these errors were encountered: