From f2aabab436b9bc8e13aaf2c9c2c142e4d8195738 Mon Sep 17 00:00:00 2001 From: slaren Date: Wed, 15 May 2024 18:45:54 +0200 Subject: [PATCH] Update ggml.c --- ggml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml.c b/ggml.c index 8dfcbec34..8a6f9352c 100644 --- a/ggml.c +++ b/ggml.c @@ -19683,7 +19683,7 @@ static void ggml_graph_compute_thread_sync_task(int * task_phase, struct ggml_co * task_phase = atomic_load(&state->shared->node_task); if (* task_phase != last_task_phase) break; #if defined(__SSE3__) - //Tell the processor we're spinning. It's a processor hint for spinlocks. + // Tell the processor we're spinning. It's a processor hint for spinlocks. _mm_pause(); #endif }