Skip to content
Snippets Groups Projects
Commit d5c24d0f authored by Martin Bauer's avatar Martin Bauer
Browse files

Fix: printing of double/float constants

- for example: sqrt(cast_func(3, double)) previously printed "sqrt(3)"
  instead of "sqrt(3.0)" leading to errors in CUDA code
parent 440866e2
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment