Defined USING_CUSTOM_FLOAT16 preproc constant along with float16 class and gated formatter for float16
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#elif __has_keyword(__fp16)
|
||||
typedef __fp16 float16;
|
||||
#else
|
||||
#define USING_CUSTOM_FLOAT16
|
||||
|
||||
class float16
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user