Defined USING_CUSTOM_FLOAT16 preproc constant along with float16 class and gated formatter for float16

This commit is contained in:
Vladyslav Baranovskyi
2025-02-19 12:07:14 +02:00
parent b5bd5c7388
commit c545d00f92
2 changed files with 3 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
#elif __has_keyword(__fp16)
typedef __fp16 float16;
#else
#define USING_CUSTOM_FLOAT16
class float16
{