We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e060e commit b3dc016Copy full SHA for b3dc016
ggml/src/ggml-cpu/ggml-cpu-impl.h
@@ -524,7 +524,7 @@ void ggml_barrier(struct ggml_threadpool * tp);
524
// see https://learn.microsoft.com/en-us/cpp/build/reference/decorated-names?view=msvc-170
525
# define GGML_WEAK_ALIAS(name, alias) GGML_DO_PRAGMA(comment(linker, "/alternatename:" #name "=" #alias))
526
#elif defined(_MSC_VER) && defined(WIN32)
527
-# define GGML_WEAK_ALIAS(name, alias) GGML_DO_PRAGMA(comment(linker, "/alternatename:_" #name "=" #alias))
+# define GGML_WEAK_ALIAS(name, alias) GGML_DO_PRAGMA(comment(linker, "/alternatename:_" #name "=_" #alias))
528
#else
529
# error "Unsupported compiler for GGML_WEAK_ALIAS"
530
#endif
0 commit comments