Skip to content

Commit 2573662

Browse files
committed
fix apple targets
1 parent e5b6fdb commit 2573662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu/ggml-cpu-impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ void ggml_barrier(struct ggml_threadpool * tp);
509509

510510
#define GGML_DO_PRAGMA_(x) _Pragma (#x)
511511
#define GGML_DO_PRAGMA(x) GGML_DO_PRAGMA_(x)
512-
#if defined(GGML_CPU_GENERIC) || defined(__HIPCC__) || defined(__APPLE__)
512+
#if defined(GGML_CPU_GENERIC) || defined(__HIPCC__)
513513
// Note for Apple targets:
514514
// - clang: aliases are not supported on darwin
515515
// - all native kernels need to be implemented in both x86 and arm files

0 commit comments

Comments
 (0)