base: add half_to_u8_fast

This commit is contained in:
luboslenco
2026-02-12 17:12:23 +01:00
parent 33ffea41ff
commit f36e861608
2 changed files with 33 additions and 9 deletions
+1
View File
@@ -150,3 +150,4 @@ any_array_t *any_array_create(uint32_t length);
any_array_t *any_array_create_from_raw(void **raw, uint32_t length);
char_ptr_array_t *char_ptr_array_create(uint32_t length);
uint16_t float_to_half_fast(float value);
uint8_t half_to_u8_fast(uint16_t h);