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

udf compiler: Add support for integer type #2410

Open
jvesely opened this issue May 6, 2022 · 0 comments
Open

udf compiler: Add support for integer type #2410

jvesely opened this issue May 6, 2022 · 0 comments
Assignees
Labels
bug Should work but doesn't compiler Runtime Compiler

Comments

@jvesely
Copy link
Collaborator

jvesely commented May 6, 2022

The compiler considers all numeric literals to be of floating point type.
This can lead to conversion rounding errors, especially for 32bit floating point precision.

@jvesely jvesely added the compiler Runtime Compiler label May 6, 2022
@jvesely jvesely added this to the Compilation Parity milestone May 6, 2022
@jvesely jvesely self-assigned this May 6, 2022
@jvesely jvesely added the bug Should work but doesn't label May 6, 2022
@jvesely jvesely moved this to To do in LLVM Runtime Compiler May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Should work but doesn't compiler Runtime Compiler
Projects
Development

No branches or pull requests

1 participant