diff options
Diffstat (limited to 'third_party/FP16/include/fp16.h')
-rw-r--r-- | third_party/FP16/include/fp16.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/FP16/include/fp16.h b/third_party/FP16/include/fp16.h new file mode 100644 index 000000000..adbcb961c --- /dev/null +++ b/third_party/FP16/include/fp16.h @@ -0,0 +1,7 @@ +#pragma once +#ifndef FP16_H +#define FP16_H + +#include <fp16/fp16.h> + +#endif /* FP16_H */ |