Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/test/AST/Interp/builtin-functions.cpp | ||
---|---|---|
121–130 | One thing we should test is that promotion does not happen on the final argument (converting it from float to double) -- @jcranmer-intel can you think of a good way to test that in this case? |
clang/test/AST/Interp/builtin-functions.cpp | ||
---|---|---|
121–130 | A subnormal float would be a normal double, so using 1.0e-38f should classify as a denormal and not a normal numal. |
Comment Actions
Dang, forgot to add the link to the commit message. This has been closed via https://github.com/llvm/llvm-project/commit/6ba4b213346fad36634a5571feda4f4481097c3a
One thing we should test is that promotion does not happen on the final argument (converting it from float to double) -- @jcranmer-intel can you think of a good way to test that in this case?