It should have been qfloat16(1)/qfloat16(infinity) in any case.
Sadly, that behaves no better than qfloat16(1.f/qfloat16(infinity)),
which was promoting the infinity back to float. So retain the check
for over-optimization (but make the comment more accurate).
This is a follow-up to
|
||
|---|---|---|
| .. | ||
| qfloat16.pro | ||
| tst_qfloat16.cpp | ||