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.