ggml : trying stuff (wip)

ggml-ci
This commit is contained in:
Georgi Gerganov
2025-04-04 11:33:44 +03:00
parent 819b7d7cce
commit 1b07edfb56
2 changed files with 2 additions and 12 deletions

View File

@@ -86,14 +86,10 @@ struct ggml_compute_params {
#ifdef _MSC_VER
typedef uint16_t ggml_fp16_internal_t;
#define ggml_vld1q_u32(w,x,y,z) { ((w) + ((uint64_t)(x) << 32)), ((y) + ((uint64_t)(z) << 32)) }
#else
typedef __fp16 ggml_fp16_internal_t;
#define ggml_vld1q_u32(w,x,y,z) { (w), (x), (y), (z) }
#endif // _MSC_VER