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
Currently it seems like conversion to u* is done via f32. Since floating point arithmetic is not supported in const functions, thus we currently cannot convert f16 to e.g. u8 in these.
Would be great if there would be const functions to convert to u* directly.
The text was updated successfully, but these errors were encountered:
Currently it seems like conversion to
u*
is done viaf32
. Since floating point arithmetic is not supported in const functions, thus we currently cannot convertf16
to e.g.u8
in these.Would be great if there would be const functions to convert to
u*
directly.The text was updated successfully, but these errors were encountered: