Skip to content

Commit 9d9fcc1

Browse files
authored
Merge pull request #5752 from martin-frbg/fixup5748
Fix missing endif in openblas_config.h
2 parents fb45e7d + e926bb0 commit 9d9fcc1

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)