Skip to content

Commit b3dc016

Browse files
committed
cont : another try
1 parent 47e060e commit b3dc016

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
@@ -524,7 +524,7 @@ void ggml_barrier(struct ggml_threadpool * tp);
524524
// see https://learn.microsoft.com/en-us/cpp/build/reference/decorated-names?view=msvc-170
525525
# define GGML_WEAK_ALIAS(name, alias) GGML_DO_PRAGMA(comment(linker, "/alternatename:" #name "=" #alias))
526526
#elif defined(_MSC_VER) && defined(WIN32)
527-
# define GGML_WEAK_ALIAS(name, alias) GGML_DO_PRAGMA(comment(linker, "/alternatename:_" #name "=" #alias))
527+
# define GGML_WEAK_ALIAS(name, alias) GGML_DO_PRAGMA(comment(linker, "/alternatename:_" #name "=_" #alias))
528528
#else
529529
# error "Unsupported compiler for GGML_WEAK_ALIAS"
530530
#endif

0 commit comments

Comments
 (0)