(&mut self, value: float16)
| 403 | // ============ FLOAT16 (TypeId = 16) ============ |
| 404 | #[inline(always)] |
| 405 | pub fn write_f16(&mut self, value: float16) { |
| 406 | self.write_u16(value.to_bits()); |
| 407 | } |
| 408 | |
| 409 | // ============ BFLOAT16 (TypeId = 18) ============ |
| 410 | #[inline(always)] |