Update ggml.c

This commit is contained in:
slaren 2024-05-15 18:45:54 +02:00 committed by GitHub
parent 2dd9f017e8
commit f2aabab436
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
ggml.c
View file

@ -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
}