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
You've passed the pointer to a (full) float to cbor_encode_half_float. You're supposed to pass a pointer to a half float data, by using qfloat16, __fp16 or cbor_encode_float_as_half_float (see PR #149 for this function) or some other function of yours.
Tested in QT 5.12
run the demo,the encode data is F9 00 00
The text was updated successfully, but these errors were encountered: