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
Describe the bug
The jitify compile doesn't parse numbers with separators and suffix correctly. For example, "1'000ULL".
Steps/Code to reproduce bug
This can be reproduced by using a number like this in a low-lying header used by the jitify compilation, such as fixed_point.hpp. Note that you have to rebuild everything from complete scratch after you make the change to trigger the jitify compilation.
Expected behavior
Compilation to not fail.
Environment overview (please complete the following information)
Bare-metal, conda
The text was updated successfully, but these errors were encountered:
Describe the bug
The jitify compile doesn't parse numbers with separators and suffix correctly. For example, "1'000ULL".
Steps/Code to reproduce bug
This can be reproduced by using a number like this in a low-lying header used by the jitify compilation, such as fixed_point.hpp. Note that you have to rebuild everything from complete scratch after you make the change to trigger the jitify compilation.
Expected behavior
Compilation to not fail.
Environment overview (please complete the following information)
Bare-metal, conda
The text was updated successfully, but these errors were encountered: