Skip to content

Commit e926bb0

Browse files
authored
fix missing endif
1 parent fb45e7d commit e926bb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openblas_config_template.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ typedef bfloat16 hfloat16;
4848
#ifdef FLT16_MAX
4949
typedef _Float16 hfloat16;
5050
#else
51+
#include <stdint.h>
5152
typedef uint16_t hfloat16;
5253
#endif
54+
#endif
5355
#else
5456
#include <stdint.h>
5557
typedef uint16_t hfloat16;

0 commit comments

Comments
 (0)