Q8_0 dequantization.

This commit is contained in:
antirez
2023-12-27 21:22:33 +01:00
parent 558c7c3c6d
commit c25ccfa02a
4 changed files with 115 additions and 10 deletions

2
fp16.h
View File

@@ -1,6 +1,6 @@
/* See fp16.c. */
#ifdef FP16_h
#ifndef FP16_h
#define FP16_h
float from_half(uint16_t h);
uint16_t to_half(float f);