Skip to content

Commit 972d638

Browse files
committed
Merge branch 'ggml-patch' of https://github.com/KyL0N/llama.cpp into ggml-patch
2 parents 16ab5f1 + 625b711 commit 972d638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ extern "C" {
260260
#elif defined(__ARM_NEON)
261261
typedef __fp16 ggml_fp16_t;
262262
#else
263-
typedef uint16_t ggml_fp16_t;
263+
typedef uint64_t ggml_fp16_t;
264264
#endif
265265

266266
// convert FP16 <-> FP32

0 commit comments

Comments
 (0)