Clarify the need for FP16 implementation.

This commit is contained in:
antirez
2023-12-27 18:54:36 +01:00
parent bd4ecbda94
commit 558c7c3c6d
2 changed files with 11 additions and 4 deletions

2
fp16.h
View File

@@ -1,3 +1,5 @@
/* See fp16.c. */
#ifdef FP16_h
#define FP16_h
float from_half(uint16_t h);